Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/common/data_model/Cargo.toml
5394 views
1
[package]
2
name = "data_model"
3
version = "0.1.1-alpha.1"
4
authors = ["The Chromium OS Authors"]
5
edition = "2021"
6
include = ["src/**/*", "Cargo.toml", "LICENSE"]
7
description = "[highly unstable] data model for virtualization"
8
license-file = "LICENSE"
9
10
[dependencies]
11
serde = { workspace = true, features = ["derive"] }
12
zerocopy = { version = "0.8.13", features = ["derive"] }
13
14