crosvm/data_model/Cargo.toml
Daniel Verkamp 19141aa529 data_model: convert to ThisError and sort
BUG=b:197143586
TEST=cargo check

Cq-Depend: chromium:3105309
Change-Id: Iba6951588038bfb2cc7d1f8eca68183d7b75fc54
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3105075
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
2021-09-02 20:59:14 +00:00

16 lines
326 B
TOML

[package]
name = "data_model"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
include = ["src/**/*", "Cargo.toml"]
[dependencies]
assertions = { path = "../assertions" } # provided by ebuild
libc = "*"
remain = "0.2"
serde = { version = "1", features = ["derive"] }
thiserror = "1.0.20"
[workspace]