aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Pasquet <dev@etenil.net>2019-11-18 05:38:59 +0000
committerGuillaume Pasquet <dev@etenil.net>2019-11-18 05:38:59 +0000
commit53928f4b6ceb607bca08cf9a2a36824b0944f2c1 (patch)
treecec20b5fa470826e362297c20f404813f1cf7d70 /Cargo.toml
parent545a32a6830d722835ed3d739165f498b874b8d8 (diff)
Convert from ncurses to crossterm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b26809f..e803045 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
rand = "0.7.0"
text_io = "0.1.7"
-pancurses = "0.16"
+crossterm = "0.13.3"