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

9 lines
169 B
TOML
Raw Normal View History

2024-01-03 10:24:52 +00:00
[package]
name = "channel"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1.19.2", features = ["sync", "time"] }
2024-08-21 09:51:58 +00:00
metrics = { workspace = true }