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

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

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