summary refs log tree commit diff
path: root/io_uring/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'io_uring/Cargo.toml')
-rw-r--r--io_uring/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/io_uring/Cargo.toml b/io_uring/Cargo.toml
new file mode 100644
index 0000000..1b633d3
--- /dev/null
+++ b/io_uring/Cargo.toml
@@ -0,0 +1,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]