FRET-LibAFL/libafl_cc/Cargo.toml
Andrea Fioraldi 37b8cb0d2f Bump to 0.7
2021-12-01 17:22:09 +01:00

22 lines
646 B
TOML

[package]
name = "libafl_cc"
version = "0.7.0"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>"]
description = "Commodity library to wrap compilers and link LibAFL"
documentation = "https://docs.rs/libafl_cc"
repository = "https://github.com/AFLplusplus/LibAFL/"
readme = "../README.md"
license = "MIT OR Apache-2.0"
keywords = ["fuzzing", "testing", "compiler"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
[target.'cfg(target_vendor = "apple")'.build-dependencies]
glob = "0.3"
[dependencies]