Skip to content

Commit

Permalink
chore: add information for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenautumns committed Jun 19, 2024
1 parent c38fac5 commit 0f80714
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,27 @@ authors = [
"Sven Friedrich <[email protected]>"
]
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

[features]
panic_handler = [ "dep:log" ]

[dependencies]
cty = "*"
cty = "0.2"
a653rs = { version = "0.6", features = ["strum", "bindings"] }
log = { version = "0.4", optional = true }

0 comments on commit 0f80714

Please sign in to comment.