diff --git a/crates/integr-structs/Cargo.toml b/crates/integr-structs/Cargo.toml index d510ba7..12365ef 100644 --- a/crates/integr-structs/Cargo.toml +++ b/crates/integr-structs/Cargo.toml @@ -2,6 +2,12 @@ name = "integr-structs" version = "0.1.0" edition = "2021" +description = "Structs for API poller in ZVKS project" +homepage = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/api-grub" +repository = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/api-grub" +license = "MIT OR Apache-2.0" +keywords = ["api", "grub", "zvks", "structs", "contracts"] +publish = ["kellnr"] [dependencies] anyhow = "1.0.95"