crosvm/net_sys/Cargo.toml

10 lines
154 B
TOML
Raw Normal View History

[package]
name = "net_sys"
version = "0.1.0"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
base = { path = "../base" }
libc = "*"