summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: abb7a454cbbb184adbcc04c0f994e4fc694df2e5 (plain)
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", version = "*" }

[features]
trace = []