blob: 06c2933bbc21de1fbc4432a35250ba7a2b84d1f1 [file]
[package]
name = "io_uring"
version = "0.1.1"
authors = ["The ChromiumOS Authors"]
edition = "2021"
[dependencies]
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"