blob: ad3a815aaefcc5c774f7b38a5b81aa1b11b7952d [file] [log] [blame]
[package]
name = "io_uring"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"
[dependencies]
libc = "*"
syscall_defines = { path = "../syscall_defines" }
base = { path = "../base" }
[dev-dependencies]
tempfile = { path = "../tempfile" }
[workspace]