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

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

[features]
trace = []