diff --git a/Cargo.toml b/Cargo.toml index d4cda375..3e3124e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,8 +45,6 @@ cursive = { version = "0.12", default-features = false, features = ["pancurses-b [target.'cfg(windows)'.dependencies.pancurses] version = "0.16.0" features = ["win32"] -[target.'cfg(unix)'.dependencies] -cursive = "0.12" [build-dependencies] built = "0.3"