summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2019-03-20 03:14:43 -0700
committeriximeow <me@iximeow.net>2020-01-12 17:14:56 -0800
commit1da9ec09b3208aaf2e23ecd746bef3bc9076320b (patch)
tree2cdca857c48d88cd874c67b94ba3e9e34dc9f0bc /Cargo.toml
parent09435a4fdbeb97df837c0e9050dbaa7330c15b56 (diff)
update and impl new display-related triats
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 e1ecdf4..6885dee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ A rust pic17 decoder
[dependencies]
yaxpeax-arch = { path = "../../yaxpeax-arch" }
+"termion" = "1.4.0"
[[test]]
name = "test"