blob: 67b9d28d38c0388a3f2c31c6462a2afa4cf342c8 [file] [log] [blame]
[package]
name = "qcow_utils"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[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" }