summary refs log tree commit diff
path: root/qcow/Cargo.toml
blob: 5b9d8ab493bcc66998e01cb61a7f3c5bdbd93e43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "qcow"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[lib]
path = "src/qcow.rs"

[dependencies]
libc = "*"
remain = "*"
sys_util = { path = "../sys_util" }
data_model = { path = "../data_model" }