1[package] 2name = "cros_fuzz" 3version = "0.1.0" 4authors = ["The Chromium OS Authors"] 5edition = "2021" 6include = ["Cargo.toml", "src/*.rs"] 7 8[dependencies] 9rand_core = "0.4" 10 11[workspace] 12