xref: /aosp_15_r20/external/crosvm/common/data_model/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[package]
2name = "data_model"
3version = "0.1.1-alpha.1"
4authors = ["The Chromium OS Authors"]
5edition = "2021"
6include = ["src/**/*", "Cargo.toml", "LICENSE"]
7description = "[highly unstable] data model for virtualization"
8license-file = "LICENSE"
9
10[dependencies]
11serde = { version = "1", features = ["derive"] }
12zerocopy = { version = "0.7", features = ["derive"] }
13