xref: /cloud-hypervisor/vm-migration/Cargo.toml (revision 20296e909a88ab1dd9d94b6bd2160ca84c430f5f)
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 = { workspace = true }
11thiserror = { workspace = true }
12vm-memory = { workspace = true, features = ["backend-atomic", "backend-mmap"] }
13