xref: /cloud-hypervisor/vm-migration/Cargo.toml (revision eeae63b4595fbf0cc69f62b6e9d9a79c543c4ac7)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3edition = "2021"
4name = "vm-migration"
5version = "0.1.0"
6
7[dependencies]
8anyhow = "1.0.94"
9serde = { version = "1.0.208", features = ["derive", "rc"] }
10serde_json = "1.0.120"
11thiserror = "2.0.6"
12vm-memory = { workspace = true, features = ["backend-atomic", "backend-mmap"] }
13