aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-01-02 13:52:53 -0800
committeriximeow <me@iximeow.net>2022-01-02 13:52:53 -0800
commit27d01bf05c16c96ad4bd211a29142e7f43069c37 (patch)
treed5d72571c0ef54f186db2694c10c2bf072d9e8bc /differential-tests/Cargo.toml
parent0bcea6031e3d0b48acb15f6a7dfdab670ec8fcfc (diff)
add differential tests against capstone
whoo boy these are gross sorry about that
Diffstat (limited to 'differential-tests/Cargo.toml')
-rw-r--r--differential-tests/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/differential-tests/Cargo.toml b/differential-tests/Cargo.toml
new file mode 100644
index 0000000..419f230
--- /dev/null
+++ b/differential-tests/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "differential-tests"
+version = "0.1.0"
+authors = ["iximeow <yax@iximeow.net>"]
+edition = "2018"
+description = "differential testing between yaxpeax-arm and other disassemblers"
+
+[dependencies]
+yaxpeax-arm = { path = "../", version = "*" }
+yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] }
+
+capstone = "*"