aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
blob: e89a5c448145d34c81981c7e92eac3472c9283c6 (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 = { git = "https://github.com/jiegec/capstone-rs.git", rev = "5bfa974dd5c3e9fdc1b4e863e134dcaa9f675d82" } # capstone-5.0.6
libc = "*"