crosvm/net_sys/Cargo.toml

10 lines
155 B
TOML
Raw Permalink Normal View History

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