mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
0928f91f98
This applies the script from https://crrev.com/c/3534501 BUG=b:22320646 TEST=presubmit Change-Id: Ib0c5bdb55df2098930fb1c65e9bd59288c44f357 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3534502 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Dennis Kempin <denniskempin@google.com>
18 lines
389 B
TOML
18 lines
389 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
|
|
sys_util = { path = "../common/sys_util" } # provided by ebuild
|
|
thiserror = "1"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|
|
|
|
|