diff --git a/crates/api-grub/Cargo.toml b/crates/api-grub/Cargo.toml index 4425e63..aa380a2 100644 --- a/crates/api-grub/Cargo.toml +++ b/crates/api-grub/Cargo.toml @@ -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"] } @@ -26,4 +26,4 @@ rand = "0.9.0" sysinfo = "0.33.1" openssl = { version = "0.10", features = ["vendored"] } tracing-subscriber = "0.3.19" -tracing = "0.1.41" +tracing = "0.1.41" \ No newline at end of file