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








                                     
          
                                       
 

              
                                               
            
                                       
                                                
                                   
[package]
name = "disk"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[lib]
path = "src/disk.rs"

[features]
composite-disk = ["protos", "protobuf"]

[dependencies]
libc = "*"
protobuf = { version = "2.3", optional = true }
remain = "*"
data_model = { path = "../data_model" }
protos = { path = "../protos", optional = true }
sys_util = { path = "../sys_util" }