-kellnr #20

Merged
Ghost merged 1 commits from feature/1163 into rc 2025-03-12 17:45:04 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -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 = { version = ">=0.1.0", registry = "kellnr"} integr-structs = { version = ">=0.1.0", path="../integr-structs"}
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"] }