summary refs log blame commit diff
path: root/fuzz/Cargo.toml
blob: 3b09eb601727676fd1e705eb440a10f3af036671 (plain) (tree)
1
2
3
4
5
6
7
8


                    
                                     


              
                                             






                                               

                             
[package]
name = "crosvm-fuzz"
version = "0.0.1"
authors = ["The Chromium OS Authors"]

[dependencies]
libc = "*"
kernel_loader = { path = "../kernel_loader" }
sys_util = { path = "../sys_util" }

# Prevent this from interfering with workspaces
[workspace]
members = ["."]

[[bin]]
name = "crosvm_zimage_fuzzer"
path = "zimage_fuzzer.rs"