2019-05-09 20:15:10 +03:00
|
|
|
diff --git a/Cargo.toml b/Cargo.toml
|
2019-05-21 00:25:12 +03:00
|
|
|
index d4cda375..3e3124e9 100644
|
2019-05-09 20:15:10 +03:00
|
|
|
--- a/Cargo.toml
|
|
|
|
+++ b/Cargo.toml
|
2019-05-21 00:25:12 +03:00
|
|
|
@@ -45,8 +45,6 @@ cursive = { version = "0.12", default-features = false, features = ["pancurses-b
|
2019-05-09 20:15:10 +03:00
|
|
|
[target.'cfg(windows)'.dependencies.pancurses]
|
|
|
|
version = "0.16.0"
|
|
|
|
features = ["win32"]
|
|
|
|
-[target.'cfg(unix)'.dependencies]
|
2019-05-21 00:25:12 +03:00
|
|
|
-cursive = "0.12"
|
2019-05-09 20:15:10 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
built = "0.3"
|