diff options
author | Teddy Wing | 2016-08-05 15:20:08 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-05 15:20:08 -0400 |
commit | d90ed892a38977a565f014124f1fc302246fa38a (patch) | |
tree | 2966f9ae00657ebfecff16e2fb513947b601e4a3 /Cargo.toml | |
parent | 98e0341868845f6bd0ce3d3465429d02823d3571 (diff) | |
download | Passextract-d90ed892a38977a565f014124f1fc302246fa38a.tar.bz2 |
Cargo: Install "termion" 1.0
Terminal library to help with creating a text user interface.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ name = "passextract" version = "0.0.1" [dependencies] +termion = "1.0" |