diff options
Diffstat (limited to 'differential-tests/Cargo.toml')
-rw-r--r-- | differential-tests/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/differential-tests/Cargo.toml b/differential-tests/Cargo.toml index 419f230..6280cf5 100644 --- a/differential-tests/Cargo.toml +++ b/differential-tests/Cargo.toml @@ -10,3 +10,5 @@ yaxpeax-arm = { path = "../", version = "*" } yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } capstone = "*" +capstone-sys = "*" +libc = "*" |