mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-25 05:03:05 +00:00
4d53d5683d
sys_util will go away in the crosvm world, but base exports the same symboles. BUG=b:22320646 TEST=presubmit Change-Id: Ibacba5821f7e9b734e58b21ffa376ee23db36d59 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3534503 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com>
18 lines
374 B
TOML
18 lines
374 B
TOML
[package]
|
|
name = "io_uring"
|
|
version = "0.1.0"
|
|
authors = ["The Chromium OS Authors"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
data_model = { path = "../common/data_model" } # provided by ebuild
|
|
libc = "0.2.93"
|
|
remain = "0.2"
|
|
sync = { path = "../common/sync" } # provided by ebuild
|
|
base = { path = "../base" } # provided by ebuild
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
|