0g-storage-node/common/hashset_delay/Cargo.toml

13 lines
311 B
TOML
Raw Normal View History

2024-01-03 10:24:52 +00:00
[package]
name = "hashset_delay"
version = "0.2.0"
authors = ["Sigma Prime <contact@sigmaprime.io>"]
edition = "2021"
[dependencies]
futures = "0.3.21"
tokio-util = { version = "0.6.10", features = ["time"] }
[dev-dependencies]
tokio = { version = "1.19.2", features = ["time", "rt-multi-thread", "macros"] }