1[package] 2name = "io_uring" 3version = "0.1.1" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[dependencies] 8libc = "0.2.93" 9remain = "0.2" 10sync = { path = "../common/sync" } # provided by ebuild 11base = { path = "../base" } # provided by ebuild 12thiserror = "1" 13 14[dev-dependencies] 15tempfile = "3" 16 17 18