blob: d47b187615fcde338b5b5fc68266e9e42d530b22 [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 = "*"
disk = { path = "../disk" }
base = { path = "../base" }