diff --git a/Cargo.toml b/Cargo.toml index 376e72d..45e2e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,5 +34,6 @@ anyhow = "1.0.79" homedir = "0.2.1" regex = { version = "1.10.3", features = [] } tokio = { version = "1.36.0", features = ["full"] } -ctrlc = "3.4.3" + [target.'cfg(windows)'.dependencies] +ctrlc = "3.4.3"