ipv8.zip/Cargo.toml

9 lines
178 B
TOML

[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"] }