summary refs log tree commit diff
path: root/disk/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'disk/Cargo.toml')
-rw-r--r--disk/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/disk/Cargo.toml b/disk/Cargo.toml
new file mode 100644
index 0000000..c26cf4b
--- /dev/null
+++ b/disk/Cargo.toml
@@ -0,0 +1,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" }