aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
blob: 64292d513ca55dc6012134305fef9eaac23941f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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.3.1", default-features = false, features = [] }

capstone = "*"
capstone-sys = "*"
libc = "*"