summary refs log tree commit diff
path: root/io_uring/Cargo.toml
blob: 1b633d396d0ca10deb7c5932533dd1b65242e236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "io_uring"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"

[dependencies]
libc = "*"
syscall_defines = { path = "../syscall_defines" }
sys_util = { path = "../sys_util" }

[dev-dependencies]
tempfile = { path = "../tempfile" }

[workspace]