summary refs log tree commit diff
path: root/qcow_utils/Cargo.toml
blob: 5ec33435fb9cd0a2d79f016619552aee2536cb5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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" }