crosvm/resources/Cargo.toml

13 lines
235 B
TOML
Raw Normal View History

[package]
name = "resources"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2021"
[dependencies]
libc = "*"
base = { path = "../base" }
serde = { version = "1", features = ["derive"] }
remain = "*"
thiserror = "*"