aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2019-07-20 10:49:45 -0700
committeriximeow <me@iximeow.net>2020-01-12 16:10:13 -0800
commit396473ebd282826459e5e589a2feae9100a4ae3d (patch)
treed6251f3588597e94af3b2eed192464da827d9e0f
parent384e8b3cdfd3c246092fb54da500ea8152e057aa (diff)
remove unused dep
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dcee616..10e98df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ A rust x86-64 decoder
[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }
"num-traits" = "0.2"
-"termios" = "0.2.2"
"termion" = "1.4.0"
"serde" = "*"
"serde_json" = "*"