rust-nex/proxy-common/Cargo.toml

10 lines
229 B
TOML
Raw Normal View History

2026-01-20 20:26:44 +01:00
[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"] }
2026-01-27 14:44:10 +01:00
log = "0.4.25"