summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-12 17:08:45 -0800
committeriximeow <me@iximeow.net>2020-01-12 17:08:45 -0800
commit9a1d438b6bfc38bfef1841786c03032143cad8b9 (patch)
treead041301a5fe94a1f1812f254aea704bb1c8f6d6 /Cargo.toml
parent8734e0cea4778fbdc9f93a70f86e709b14ce2fb3 (diff)
parent274fdaf33a7debb32e95ab57a41f9c03b173e164 (diff)
Merge remote-tracking branch 'master'
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 58e3a3c..384bae6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ A rust msp430 decoder (specifically the microcorruption flavor)
[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }
+"termion" = "1.4.0"
[[test]]
name = "test"