1[package] 2name = "vfio_sys" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dependencies] 8base = { path = "../base" } 9zerocopy = { version = "0.8.13", features = ["derive"] } 10