summary refs log tree commit diff
path: root/p9/Cargo.toml
blob: 964cd1c7f3763625d57c20443c23e0f355de572f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "p9"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[dependencies]
libc = "*"
wire_format_derive = { path = "wire_format_derive" }

[features]
trace = []