summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 11ea91371ed3e427eefe1861425212769d19dcb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "p9"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
libc = "*"
libchromeos = { path = "../../libchromeos-rs" } # provided by ebuild
wire_format_derive = { path = "wire_format_derive", version = "*" }

[features]
trace = []