mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-05 03:21:13 +00:00
13 lines
240 B
TOML
13 lines
240 B
TOML
|
[package]
|
||
|
name = "vfio-bindings"
|
||
|
version = "0.0.1"
|
||
|
authors = ["The Cloud Hypervisor Authors"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
|
||
|
|
||
|
[features]
|
||
|
default = ["v5_0_0"]
|
||
|
v5_0_0 = []
|