aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2016-08-05 21:02:47 -0400
committerTeddy Wing2016-08-05 21:02:47 -0400
commit376986fe35c321014a3cb200e87ee861a0864d0e (patch)
tree7eec5c7256cd4ad38502bb045818cc5e28ab7f25 /Cargo.toml
parentd90ed892a38977a565f014124f1fc302246fa38a (diff)
downloadPassextract-376986fe35c321014a3cb200e87ee861a0864d0e.tar.bz2
Cargo: Remove 'termion' dependency, use 'rustty'
Decided to remove Termion in favour of Rustty because it seems like it has a simpler interface.
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 7df3898..086c0de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,4 +3,4 @@ name = "passextract"
version = "0.0.1"
[dependencies]
-termion = "1.0"
+rustty = "0.1"