Compare commits
3 Commits
f238f2ce28
...
10efa07aab
| Author | SHA1 | Date |
|---|---|---|
|
|
10efa07aab | |
|
|
43e24c136c | |
|
|
0562a1637c |
|
|
@ -14,7 +14,7 @@ publish = ["kellnr"]
|
||||||
serde = { version = "1.0.217", features = ["derive"] }
|
serde = { version = "1.0.217", features = ["derive"] }
|
||||||
serde_json = "1.0.135"
|
serde_json = "1.0.135"
|
||||||
tokio = { version = "1.43.0", features = ["full"] }
|
tokio = { version = "1.43.0", features = ["full"] }
|
||||||
integr-structs = {path = "../integr-structs"}
|
integr-structs = { version = ">=0.1.0", registry = "kellnr"}
|
||||||
anyhow = "1.0.95"
|
anyhow = "1.0.95"
|
||||||
chrono = "0.4.39"
|
chrono = "0.4.39"
|
||||||
reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] }
|
reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] }
|
||||||
|
|
@ -26,4 +26,4 @@ rand = "0.9.0"
|
||||||
sysinfo = "0.33.1"
|
sysinfo = "0.33.1"
|
||||||
openssl = { version = "0.10", features = ["vendored"] }
|
openssl = { version = "0.10", features = ["vendored"] }
|
||||||
tracing-subscriber = "0.3.19"
|
tracing-subscriber = "0.3.19"
|
||||||
tracing = "0.1.41"
|
tracing = "0.1.41"
|
||||||
|
|
@ -2,6 +2,12 @@
|
||||||
name = "integr-structs"
|
name = "integr-structs"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
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]
|
[dependencies]
|
||||||
anyhow = "1.0.95"
|
anyhow = "1.0.95"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue