mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 11:31:14 +00:00
5e98810c2d
Bumps [libfuzzer-sys](https://github.com/rust-fuzz/libfuzzer) from 0.3.5 to 0.4.0. - [Release notes](https://github.com/rust-fuzz/libfuzzer/releases) - [Changelog](https://github.com/rust-fuzz/libfuzzer/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-fuzz/libfuzzer/commits/0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
43 lines
949 B
TOML
43 lines
949 B
TOML
[package]
|
|
name = "cloud-hypervisor-fuzz"
|
|
version = "0.0.0"
|
|
authors = ["Automatically generated"]
|
|
publish = false
|
|
edition = "2018"
|
|
|
|
[package.metadata]
|
|
cargo-fuzz = true
|
|
|
|
[dependencies]
|
|
block_util = { path = "../block_util" }
|
|
libc = "0.2.72"
|
|
libfuzzer-sys = "0.4"
|
|
qcow = { path = "../qcow" }
|
|
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.22.0" }
|
|
virtio-devices = { path = "../virtio-devices" }
|
|
vmm-sys-util = "0.8.0"
|
|
vm-virtio = { path = "../vm-virtio" }
|
|
vm-memory = "0.5.0"
|
|
|
|
[patch.crates-io]
|
|
kvm-bindings = { git = "https://github.com/cloud-hypervisor/kvm-bindings", branch = "ch-v0.3.0", features = ["with-serde", "fam-wrappers"] }
|
|
|
|
[dependencies.cloud-hypervisor]
|
|
path = ".."
|
|
|
|
# Prevent this from interfering with workspaces
|
|
[workspace]
|
|
members = ["."]
|
|
|
|
[[bin]]
|
|
name = "qcow"
|
|
path = "fuzz_targets/qcow.rs"
|
|
test = false
|
|
doc = false
|
|
|
|
[[bin]]
|
|
name = "block"
|
|
path = "fuzz_targets/block.rs"
|
|
test = false
|
|
doc = false
|