blob: 366449ee79163d522cf5702b64c2992f8203052c [file] [log] [blame]
[package]
name = "qcow"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[lib]
path = "src/qcow.rs"
[dependencies]
byteorder = "*"
libc = "*"
[dev-dependencies]
sys_util = { path = "../sys_util" }