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








                                     



                        
              
             

                           
                                   
[package]
name = "qcow_utils"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[lib]
path = "src/qcow_utils.rs"
crate-type = ["cdylib"]

[[bin]]
name = "qcow_img"
path = "src/qcow_img.rs"

[dependencies]
getopts = "*"
libc = "*"
qcow = { path = "../qcow" }
sys_util = { path = "../sys_util" }