diff --git a/crates/api-grub/Cargo.toml b/crates/api-grub/Cargo.toml index aa380a2..87895ad 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 = { version = ">=0.1.0", registry = "kellnr"} +integr-structs = { version = ">=0.1.0", path="../integr-structs"} anyhow = "1.0.95" chrono = "0.4.39" reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] }