mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-13 10:47:56 +01:00
16 lines
281 B
TOML
16 lines
281 B
TOML
[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" |