crosvm/qcow_utils/Cargo.toml

15 lines
244 B
TOML
Raw Normal View History

[package]
name = "qcow_utils"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[lib]
path = "src/qcow_utils.rs"
crate-type = ["cdylib"]
[dependencies]
libc = "*"
disk = { path = "../disk" }
base = { path = "../base" }