aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-03-17 08:58:26 +0000
committeriximeow <me@iximeow.net>2024-03-17 08:58:26 +0000
commit1840e5e026b1e1c7f61f1c5a2cade4dc2deda4c4 (patch)
tree67109c5bfbf026039e3d2bb01a20d303f85bdbb7 /differential-tests/Cargo.toml
parent6ed26619c09e1d43572e17642e89161ab8e429b0 (diff)
differential test: use raw capstone interface to avoid reallocating cs_insn
Diffstat (limited to 'differential-tests/Cargo.toml')
-rw-r--r--differential-tests/Cargo.toml2
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 = "*"