Files
neon/repro-problem/Cargo.toml
Christian Schwarz 2f3693af14 WIP: repro problem
2023-12-11 17:12:20 +00:00

11 lines
290 B
TOML

[package]
name = "repro-problem"
version = "0.1.0"
edition.workspace = true
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio-epoll-uring = { path = "../../tokio-epoll-uring/tokio-epoll-uring" }