iota/web-server/Cargo.toml
2026-08-28 13:22:59 +02:00

13 lines
341 B
TOML

[package]
name = "web-server"
version = "0.1.0"
edition = "2024"
[dependencies]
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = ["web-server"] }
bytes = "1"
http = "1"
iota-logger = { path = "../iota-logger" }
tokio = { version = "1.50.0", features = ["full"] }
tokio-util = { version = "0.7", features = ["rt"] }