AikidoSec-safe-chain/proxy/Cargo.toml
2025-12-10 16:55:10 +01:00

8 lines
No EOL
216 B
TOML

[package]
name = "proxy"
version = "0.1.0"
edition = "2021"
[dependencies]
rama = { git = "https://github.com/plabayo/rama", features = ["http-full", "dns", "boring"] }
tokio = { version = "1", features = ["full"] }