fabaccess-bffh/runtime/asyncio/Cargo.toml

16 lines
281 B
TOML
Raw Normal View History

2021-11-24 02:44:34 +01:00
[package]
name = "asyncio"
version = "0.1.0"
edition = "2021"
description = "io_uring-first async I/O implementation"
readme = "README.md"
publish = false
[dependencies]
static_assertions = "1.1"
libc = "0.2"
nix = "0.23"
bitflags = "1.3"
ptr_meta = "0.1"
crossbeam-queue = "0.3"