tcp-over-http/tcp_relay_client/Cargo.toml

15 lines
379 B
TOML

[package]
name = "tcp_relay_client"
version = "0.1.0"
edition = "2021"
[dependencies]
base = { path = "../base" }
clap = { version = "3.2.18", features = ["derive", "env"] }
log = "0.4.17"
env_logger = "0.9.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3.24"
tokio-tungstenite = "0.17.2"
urlencoding = "2.1.0"