crosvm/fuzz/Cargo.toml

26 lines
483 B
TOML
Raw Normal View History

[package]
name = "crosvm-fuzz"
version = "0.0.1"
authors = ["Automatically generated"]
publish = false
[package.metadata]
cargo-fuzz = true
[dependencies.kernel_loader]
path = "../kernel_loader"
[dependencies.libfuzzer-sys]
git = "https://github.com/rust-fuzz/libfuzzer-sys.git"
[dependencies]
libc = "*"
sys_util = { path = "../sys_util" }
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
[[bin]]
name = "fuzz_zimage"
path = "fuzzers/fuzz_zimage.rs"