summary refs log tree commit diff
path: root/sys_util/Cargo.toml
blob: e336a7e061ff52961934c084b468a048b82034ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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" }
poll_token_derive = { path = "poll_token_derive" }

[build-dependencies]
gcc = "=0.3.54"