diff options
author | iximeow <me@iximeow.net> | 2019-03-20 03:14:43 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-12 17:14:56 -0800 |
commit | 1da9ec09b3208aaf2e23ecd746bef3bc9076320b (patch) | |
tree | 2cdca857c48d88cd874c67b94ba3e9e34dc9f0bc /Cargo.toml | |
parent | 09435a4fdbeb97df837c0e9050dbaa7330c15b56 (diff) |
update and impl new display-related triats
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ A rust pic17 decoder [dependencies] yaxpeax-arch = { path = "../../yaxpeax-arch" } +"termion" = "1.4.0" [[test]] name = "test" |