summary refs log tree commit diff
path: root/p9/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'p9/Cargo.toml')
-rw-r--r--p9/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/p9/Cargo.toml b/p9/Cargo.toml
index 674df06..964cd1c 100644
--- a/p9/Cargo.toml
+++ b/p9/Cargo.toml
@@ -4,4 +4,8 @@ version = "0.1.0"
 authors = ["The Chromium OS Authors"]
 
 [dependencies]
+libc = "*"
 wire_format_derive = { path = "wire_format_derive" }
+
+[features]
+trace = []
\ No newline at end of file