mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-31 00:45:22 +00:00
a6b7715f4b
Locked to 60fe35be but no longer dependent on liujing2 repo. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
17 lines
284 B
TOML
Executable File
17 lines
284 B
TOML
Executable File
[package]
|
|
name = "qcow"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2018"
|
|
license = "BSD-3-Clause"
|
|
|
|
[lib]
|
|
path = "src/qcow.rs"
|
|
|
|
[dependencies]
|
|
byteorder = "*"
|
|
libc = "*"
|
|
log = "*"
|
|
remain = "*"
|
|
vmm-sys-util = { git = "https://github.com/rust-vmm/vmm-sys-util" }
|