From a351cc255f5709171e8fc964ff15134446349514 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 28 Aug 2023 23:47:04 +0200 Subject: [PATCH] fix some warnings --- satrs-mib/codegen/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/satrs-mib/codegen/Cargo.toml b/satrs-mib/codegen/Cargo.toml index bbf451f..ccc4d1a 100644 --- a/satrs-mib/codegen/Cargo.toml +++ b/satrs-mib/codegen/Cargo.toml @@ -2,6 +2,10 @@ name = "satrs-mib-codegen" version = "0.1.0-alpha.0" edition = "2021" +description = "satrs-mib proc macro implementation" +homepage = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +repository = "https://egit.irs.uni-stuttgart.de/rust/sat-rs" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib]