mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
ac0b33ad9f
This replaces the bindgen-based bindings with Rust libc crate types and constants where possible, so our custom bindings are significantly reduced. BUG=b:218388029 TEST=tools/presubmit --quick Change-Id: I7f20ecf5ccd651456f9a23ce7964fdbd0e8064ef Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3339851 Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
9 lines
155 B
TOML
9 lines
155 B
TOML
[package]
|
|
name = "net_sys"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
base = { path = "../base" }
|
|
libc = "*"
|