1[package] 2name = "crosvm_control" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[lib] 8crate-type = ["cdylib", "staticlib"] 9 10[dependencies] 11base = { path = "../base" } 12vm_control = { path = "../vm_control" } 13libc = "0.2.65" 14 15[build-dependencies] 16anyhow = "*" 17cbindgen = "0.24" 18cc = "*" 19tempfile = "*" 20