lssa/mempool/Cargo.toml
2025-11-20 15:40:32 +03:00

11 lines
219 B
TOML

[package]
name = "mempool"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { workspace = true, features = ["sync"] }
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }