1
0

Cargo.toml 156 B

123456789
  1. [package]
  2. name = "net_sys"
  3. version = "0.1.0"
  4. authors = ["The ChromiumOS Authors"]
  5. edition = "2021"
  6. [dependencies]
  7. base = { path = "../base" }
  8. libc = "0.2"