[package] name = "cloud-hypervisor-fuzz" version = "0.0.0" authors = ["Automatically generated"] publish = false edition = "2018" [package.metadata] cargo-fuzz = true [dependencies] libc = "0.2.72" libfuzzer-sys = "0.3" qcow = { path = "../qcow" } [dependencies.cloud-hypervisor] path = ".." # Prevent this from interfering with workspaces [workspace] members = ["."] [[bin]] name = "qcow" path = "fuzz_targets/qcow.rs" test = false doc = false