diff --git a/satrs-mib/Cargo.toml b/satrs-mib/Cargo.toml index 6bc9a67..5fbd314 100644 --- a/satrs-mib/Cargo.toml +++ b/satrs-mib/Cargo.toml @@ -2,6 +2,17 @@ name = "satrs-mib" version = "0.1.0-alpha.0" edition = "2021" +rust-version = "1.61" +authors = ["Robin Mueller "] +description = """ +Helper crate of the sat-rs framework to build a mission information base (MIB) from the OBSW +directly. +""" +homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +license = "Apache-2.0" +keywords = ["no-std", "space", "aerospace"] +categories = ["aerospace", "aerospace::space-protocols", "no-std", "hardware-support", "embedded"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/satrs-mib/codegen/LICENSE-APACHE b/satrs-mib/codegen/LICENSE-APACHE new file mode 120000 index 0000000..965b606 --- /dev/null +++ b/satrs-mib/codegen/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/satrs-mib/codegen/NOTICE b/satrs-mib/codegen/NOTICE new file mode 120000 index 0000000..7e1b82f --- /dev/null +++ b/satrs-mib/codegen/NOTICE @@ -0,0 +1 @@ +../NOTICE \ No newline at end of file