aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
diff options
context:
space:
mode:
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 = "*"