From 0562a1637c9518e95beeace673b279abd4b978b9 Mon Sep 17 00:00:00 2001 From: prplV Date: Wed, 12 Mar 2025 13:01:48 +0300 Subject: [PATCH] kellnr test --- crates/integr-structs/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"