Cargo.toml 367 B

123456789101112
  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. [dependencies]
  10. serde = { version = "1", features = ["derive"] }
  11. zerocopy = { version = "0.7", features = ["derive"] }