[package] name = "ericrfb-proxy" version = "0.1.0" edition = "2024" [dependencies] ericrfb = { path = "../ericrfb" } futures-util = "0.3" tokio.workspace = true axum.workspace = true reqwest.workspace = true serde.workspace = true toml.workspace = true tower-http.workspace = true tracing.workspace = true tracing-subscriber.workspace = true anyhow.workspace = true