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