crosvm/9s/Cargo.toml

12 lines
231 B
TOML
Raw Normal View History

[package]
name = "9s"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
assertions = { path = "../assertions" }
getopts = "=0.2.17"
libc = "=0.2.44"
p9 = { path = "../p9" }
sys_util = { path = "../sys_util" }