mirror of
https://github.com/jhbruhn/moonboot.git
synced 2025-03-14 17:45:50 +00:00
Reduce keywords to 5
This commit is contained in:
parent
fd411d4b60
commit
8e8e7e3d9c
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
||||
repository = "https://github.com/jhbruhn/moonboot"
|
||||
keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "updater"]
|
||||
keywords = ["embedded", "no_std", "bootloader", "framework", "fota"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
||||
repository = "https://github.com/jhbruhn/moonboot"
|
||||
keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "updater"]
|
||||
keywords = ["embedded", "no_std", "bootloader", "framework", "fota"]
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -6,7 +6,7 @@ version = "0.1.0"
|
|||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Jan-Henrik Bruhn <rust@jhbruhn.de>"]
|
||||
repository = "https://github.com/jhbruhn/moonboot"
|
||||
keywords = ["embedded", "no_std", "bootloader", "framework", "ota", "fota", "updater"]
|
||||
keywords = ["embedded", "no_std", "bootloader", "framework", "fota"]
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue