summary refs log blame commit diff
path: root/sys_util/Cargo.toml
blob: beba37482c9460f69656ade43c22ad7239d021c8 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                     
                
                                    

              
                                                            
          

                                                                 
                                                                      
                                                        

           
[package]
name = "sys_util"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]

[dependencies]
data_model = { path = "../data_model" } # provided by ebuild
libc = "*"
poll_token_derive = { version = "*", path = "poll_token_derive" }
sync = { path = "../sync" } # provided by ebuild
syscall_defines = { path = "../syscall_defines" } # provided by ebuild
tempfile = { path = "../tempfile" } # provided by ebuild

[workspace]