mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-08 16:13:10 +00:00
9 lines
147 B
TOML
9 lines
147 B
TOML
[package]
|
|
name = "blend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
futures = "0.3.31"
|
|
tokio = { version = "1.41.0", features = ["full"] }
|