From 9e07d5cc25c33842115a88ee4ef406b9d7d30907 Mon Sep 17 00:00:00 2001 From: iximeow Date: Tue, 12 Mar 2019 14:46:28 -0700 Subject: implement traits from yaxpeax_arch and fix a lot of warnings --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 27c7f43..d98a94e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ A rust x86-64 decoder """ [dependencies] +yaxpeax-arch = { path = "../../yaxpeax-arch" } "num-traits" = "0.2" "termios" = "0.2.2" "termion" = "1.4.0" -- cgit v1.1