cloud-hypervisor/qcow/Cargo.toml
Rob Bradford 3f8d06b47e build: Update dependencies in v28.x stable branch
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-12-13 14:29:22 +00:00

17 lines
259 B
TOML

[package]
name = "qcow"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
license = "BSD-3-Clause"
[lib]
path = "src/qcow.rs"
[dependencies]
byteorder = "1.4.3"
libc = "0.2.138"
log = "0.4.17"
remain = "0.2.5"
vmm-sys-util = "0.11.0"