From 2e3b14251950626b34eeef537cd564339b0c0d0f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 28 Aug 2023 23:30:22 +0200 Subject: [PATCH] prep mib release --- satrs-mib/Cargo.toml | 11 +++++++++++ satrs-mib/codegen/LICENSE-APACHE | 1 + satrs-mib/codegen/NOTICE | 1 + 3 files changed, 13 insertions(+) create mode 120000 satrs-mib/codegen/LICENSE-APACHE create mode 120000 satrs-mib/codegen/NOTICE 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