diff --git a/Cargo.toml b/Cargo.toml index 87646d4..3def9c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ clap = { version = "4.4", features = ["derive"] } log = "0.4" [target.'cfg(target_os = "linux")'.dependencies] -systemd = { version = "0.10", features = ["journal"] } +systemd = { version = "0.10", features = ["journal", "vendored"] }