crosvm/io_uring/Cargo.toml

16 lines
275 B
TOML
Raw Normal View History

[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]