summary refs log tree commit diff
path: root/qcow/Cargo.toml
blob: 06bf9f5fc2e4e162797a7162c67975815c8b40ad (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]
byteorder = "*"
libc = "*"
remain = "*"
sys_util = { path = "../sys_util" }