mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 17:40:37 +00:00
15 lines
313 B
TOML
15 lines
313 B
TOML
[package]
|
|
name = "nostarve_queue"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
scopeguard.workspace = true
|
|
tracing.workspace = true
|
|
|
|
[dev-dependencies]
|
|
futures.workspace = true
|
|
rand.workspace = true
|
|
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "time"] }
|