diff --git a/Cargo.toml b/Cargo.toml index 9e70d11ed..d9f1c68f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,6 +106,7 @@ toml = { workspace = true } [target.'cfg(not(windows))'.dependencies] libc = "0.2.152" + [workspace.dependencies] abscissa_core = { version = "0.7.0", default-features = false, features = ["application"] } rustic_backend = { git = "https://github.com/rustic-rs/rustic_core.git", features = ["cli"] }