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

[dependencies]
data_model = { path = "../data_model" }
libc = "*"