blob: 5ec33435fb9cd0a2d79f016619552aee2536cb5a [file] [log] [blame]
[package]
name = "qcow_utils"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[lib]
path = "src/qcow_utils.rs"
crate-type = ["cdylib"]
[dependencies]
libc = "*"
qcow = { path = "../qcow" }