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

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

[build-dependencies]
gcc = "0.3"