summary refs log blame commit diff
path: root/disk/Cargo.toml
blob: 0847932fedc2a49862a3a102828c93756deab0bd (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 = ["data_model", "protos", "protobuf"]

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