summary refs log blame commit diff
path: root/sys_util/Cargo.toml
blob: df54b130d05204831f6ab131e9ccd56159fdf62a (plain) (tree)
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 = "*"
syscall_defines = { path = "../syscall_defines" }