[package] name = "differential-tests" version = "0.1.0" authors = ["iximeow "] 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 = "*"