crosvm/resources/Cargo.toml

11 lines
206 B
TOML
Raw Normal View History

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