summary refs log blame commit diff
path: root/sys_util/Cargo.toml
blob: e54b4903bf7b0e5f40653df427b4b4cf2c602df6 (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" }
poll_token_derive = { path = "poll_token_derive" }
sync = { path = "../sync" }