crosvm/resources/Cargo.toml

11 lines
197 B
TOML
Raw Normal View History

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