aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
blob: 6280cf5fa9d8c22c73f8d6e4f6f3f806f1a28ab3 (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.2.2", default-features = false, features = [] }

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