Reduce keywords to 5

This commit is contained in:
Jan-Henrik 2022-04-19 12:20:52 +02:00
parent fd411d4b60
commit 8e8e7e3d9c
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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