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


                    
                                     
                

              
                                 
          
                                             
                           






                                               



                            



                           

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

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

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

[[bin]]
name = "crosvm_block_fuzzer"
path = "block_fuzzer.rs"

[[bin]]
name = "crosvm_qcow_fuzzer"
path = "qcow_fuzzer.rs"

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