lssa/mempool/Cargo.toml

11 lines
219 B
TOML
Raw Permalink Normal View History

[package]
name = "mempool"
version = "0.1.0"
2025-09-04 14:38:41 +03:00
edition = "2024"
[dependencies]
2025-11-18 19:31:03 +03:00
tokio = { workspace = true, features = ["sync"] }
[dev-dependencies]
tokio = { workspace = true, features = ["rt-multi-thread", "macros"] }