From 8046f4241d07d399c28e63613e5b9ff1a554f8f4 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 5 Dec 2020 18:36:40 -0800 Subject: use bitvec in thumb decoder --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 426fdf9..851f884 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ description = "arm decoders for the yaxpeax project" [dependencies] yaxpeax-arch = { version = "0.0.4", default-features = false, features = [] } +bitvec = "0.19" "serde" = { version = "1.0", optional = true } "serde_derive" = { version = "1.0", optional = true } -- cgit v1.1