diff options
author | iximeow <me@iximeow.net> | 2022-01-02 13:52:53 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-01-02 13:52:53 -0800 |
commit | 27d01bf05c16c96ad4bd211a29142e7f43069c37 (patch) | |
tree | d5d72571c0ef54f186db2694c10c2bf072d9e8bc /Cargo.toml | |
parent | 0bcea6031e3d0b48acb15f6a7dfdab670ec8fcfc (diff) |
add differential tests against capstone
whoo boy these are gross sorry about that
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ description = "arm decoders for the yaxpeax project" keywords = ["disassembler", "decoder", "armv7", "armv8"] edition = "2018" +[lib] + +[workspace] +members = [ + "differential-tests" +] + [dependencies] yaxpeax-arch = { version = "0.2.2", default-features = false, features = [] } bitvec = "0.19" |