blob: 90616f3ac8f66dd1fda2c77ed40e23e06b5d36c4 [file] [log] [blame]
[package]
name = "p9"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
libc = "*"
sys_util = { path = "../sys_util" } # provided by ebuild
wire_format_derive = { path = "wire_format_derive", version = "*" }
[features]
trace = []
[workspace]