mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 00:20:37 +00:00
11 lines
290 B
TOML
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" }
|