Files
neon/repro-problem/Cargo.toml
2023-12-11 17:28:45 +00:00

18 lines
468 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" }
tokio.workspace = true
camino.workspace = true
utils = {path = "../libs/utils" }
once_cell.workspace = true
tracing.workspace = true
nix.workspace = true
anyhow.workspace = true