crosvm/p9/Cargo.toml

11 lines
180 B
TOML
Raw Normal View History

[package]
name = "p9"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
libc = "*"
wire_format_derive = { path = "wire_format_derive" }
[features]
trace = []