10 lines
192 B
TOML
10 lines
192 B
TOML
|
[package]
|
||
|
name = "vfio_sys"
|
||
|
version = "0.1.0"
|
||
|
authors = ["The Chromium OS Authors"]
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
base = { path = "../base" }
|
||
|
data_model = { path = "../common/data_model" }
|