rust-nex/proxy-common/Cargo.toml
2026-01-27 14:44:10 +01:00

10 lines
229 B
TOML

[package]
name = "proxy-common"
version = "0.1.0"
edition = "2024"
[dependencies]
thiserror = "2.0.12"
rnex-core = { path = "../rnex-core", version = "0.1.1" }
tokio = { version = "1.47.0", features = ["full"] }
log = "0.4.25"