mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-20 19:45:32 +00:00
eeae63b459
Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
13 lines
328 B
TOML
13 lines
328 B
TOML
[package]
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2021"
|
|
name = "vm-migration"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.94"
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
|
serde_json = "1.0.120"
|
|
thiserror = "2.0.6"
|
|
vm-memory = { workspace = true, features = ["backend-atomic", "backend-mmap"] }
|