aboutsummaryrefslogtreecommitdiff
path: root/differential-tests/Cargo.toml
blob: 419f230556b01ae58164fba27e2c849e4b548909 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 = "*"