mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-15 04:25:19 +00:00
9 lines
169 B
TOML
9 lines
169 B
TOML
[package]
|
|
name = "channel"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.19.2", features = ["sync", "time"] }
|
|
metrics = { workspace = true }
|