aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2016-08-05 15:20:08 -0400
committerTeddy Wing2016-08-05 15:20:08 -0400
commitd90ed892a38977a565f014124f1fc302246fa38a (patch)
tree2966f9ae00657ebfecff16e2fb513947b601e4a3 /Cargo.toml
parent98e0341868845f6bd0ce3d3465429d02823d3571 (diff)
downloadPassextract-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4cc7a53..7df3898 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,3 +3,4 @@ name = "passextract"
version = "0.0.1"
[dependencies]
+termion = "1.0"