xref: /aosp_15_r20/external/crosvm/vhost/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[package]
2name = "vhost"
3version = "0.1.0"
4authors = ["The ChromiumOS Authors"]
5edition = "2021"
6
7[dependencies]
8static_assertions = "1.1"
9libc = "0.2"
10net_util = { path = "../net_util" }
11base = { path = "../base" }
12remain = "0.2"
13thiserror = "1"
14virtio_sys = { path = "../virtio_sys" }
15vm_memory = { path = "../vm_memory" }
16