diff --git a/Cargo.toml b/Cargo.toml index b4a8e88..4895cd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ hex = "0.4.3" security-framework = "2.8" [target.'cfg(target_os = "linux")'.dependencies] -secret-service = "3.0" +secret-service = { version = "3.0", features = ["rt-async-io-crypto-rust"] } [features] cli = ["anyhow", "clap", "serde_json"]