ipv8.zip/Cargo.toml

9 lines
178 B
TOML
Raw Normal View History

2023-05-19 21:37:25 +00:00
[package]
name = "ipv8"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.6.18" }
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread"] }