Compare commits

...

3 Commits

Author SHA1 Message Date
prplV 10efa07aab kellnr test 2
test-org/integration-module/pipeline/pr-rc This commit looks good Details
2025-03-12 13:20:19 +03:00
prplV 43e24c136c urls fixed 2025-03-12 13:02:17 +03:00
prplV 0562a1637c kellnr test 2025-03-12 13:01:48 +03:00
2 changed files with 8 additions and 2 deletions

View File

@ -14,7 +14,7 @@ publish = ["kellnr"]
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
tokio = { version = "1.43.0", features = ["full"] }
integr-structs = {path = "../integr-structs"}
integr-structs = { version = ">=0.1.0", registry = "kellnr"}
anyhow = "1.0.95"
chrono = "0.4.39"
reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] }

View File

@ -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/integr-structs"
repository = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/integr-structs"
license = "MIT OR Apache-2.0"
keywords = ["api", "grub", "zvks", "structs", "contracts"]
publish = ["kellnr"]
[dependencies]
anyhow = "1.0.95"