summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2017-09-16 19:15:51 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:15:32 +0300
commit15affc60a2c1785562e058d3108e2118877cab58 (patch)
treee6f3cc515d966e42be7e48bad2eee6a47df14275 /Cargo.toml
parentfb745be27f667046296dc2a43a378d9d0607387c (diff)
add flag support
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
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 c079f777..e70c542f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,7 @@ base64 = "*"
crossbeam = "^0.3.0"
fnv = "1.0.3"
encoding = "0.2.33"
+bitflags = "1.0"
[dependencies.ncurses]
features = ["wide"]