rust-nex/proxy-common/Cargo.toml
Maple Nebel 4ff0a5efcc progress
2026-07-12 18:21:18 +02:00

18 lines
438 B
TOML

[package]
name = "proxy-common"
version = "0.1.0"
edition = "2024"
[lints]
workspace = true
[dependencies]
thiserror = "2.0.12"
rnex-prudp = { path = "../rnex-prudp" }
rnex-server = { path = "../rnex-server" }
rnex-util = { path = "../rnex-util" }
rnex-reggie-protos = { path = "../rnex-protocols/reggie-protos" }
rnex-rmc = { path = "../rnex-rmc" }
tokio = { version = "1.47.0", features = ["full"] }
hex = "0.4.3"
tracing = "0.1.44"