FRET-LibAFL/Cargo.toml
2020-10-27 10:31:29 +01:00

12 lines
303 B
TOML

[package]
name = "afl"
version = "0.1.0"
authors = ["Dominik Maier <domenukk@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
xxhash-rust = { version = "0.8.0-beta.4", features = ["xxh3"] }
thiserror = "1.0"