From 0f80714ce7de70fb0c5a7ffb54001248ee3c0f1a Mon Sep 17 00:00:00 2001 From: Sven Friedrich Date: Wed, 19 Jun 2024 15:33:55 +0200 Subject: [PATCH] chore: add information for publish --- Cargo.toml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50920b6..ae7eb7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,20 @@ authors = [ "Sven Friedrich " ] license = "MIT OR Apache-2.0" +keywords = [ + "xng", + "arinc", + "avionics", + "embedded", + "no_std", +] +description = "a653rs partition library for xng hypervisor" +categories = [ + "aerospace", + "embedded", + "no-std" +] +repository = "https://github.com/DLR-FT/a653rs-xng/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,6 +28,6 @@ license = "MIT OR Apache-2.0" panic_handler = [ "dep:log" ] [dependencies] -cty = "*" +cty = "0.2" a653rs = { version = "0.6", features = ["strum", "bindings"] } log = { version = "0.4", optional = true }