mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2024-11-10 10:05:17 +00:00
8 lines
138 B
TOML
8 lines
138 B
TOML
[package]
|
|
name = "channel"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.19.2", features = ["sync", "time"] }
|