diff options
author | Teddy Wing | 2016-08-05 21:02:47 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-05 21:02:47 -0400 |
commit | 376986fe35c321014a3cb200e87ee861a0864d0e (patch) | |
tree | 7eec5c7256cd4ad38502bb045818cc5e28ab7f25 /Cargo.toml | |
parent | d90ed892a38977a565f014124f1fc302246fa38a (diff) | |
download | Passextract-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,4 +3,4 @@ name = "passextract" version = "0.0.1" [dependencies] -termion = "1.0" +rustty = "0.1" |