bml-proxy/Cargo.toml
Udit Karode 1394301ffc
init
2022-08-07 13:42:41 +05:30

11 lines
172 B
TOML

[package]
name = "bml_proxy"
version = "0.1.0"
edition = "2021"
[dependencies]
bytes = "1.2.1"
curl = "0.4.44"
tokio = { version = "1", features = ["full"] }
warp = "0.3"