about summary refs log tree commit diff
path: root/unicorn_mode/samples/speedtest/rust/Cargo.toml
blob: 73e6ba4c06f1013f9658a02365df68fdfbcb7e55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "harness"
version = "0.1.0"
authors = ["Dominik Maier <domenukk@gmail.com>"]
edition = "2018"

[profile.release]
lto = true
opt-level = 3
panic = "abort"

[dependencies]
unicornafl = { path = "../../../unicornafl/bindings/rust/", version="1.0.0" }
capstone="0.11.0"
libc="0.2.66"