rust-nex/proxy-common/Cargo.toml

17 lines
372 B
TOML
Raw Normal View History

2026-01-20 20:26:44 +01:00
[package]
name = "proxy-common"
version = "0.1.0"
edition = "2024"
2026-07-12 18:21:18 +02:00
[lints]
workspace = true
2026-01-20 20:26:44 +01:00
[dependencies]
thiserror = "2.0.12"
2026-07-12 18:21:18 +02:00
rnex-prudp = { path = "../rnex-prudp" }
rnex-server = { path = "../rnex-server" }
rnex-util = { path = "../rnex-util" }
rnex-rmc = { path = "../rnex-rmc" }
2026-01-20 20:26:44 +01:00
tokio = { version = "1.47.0", features = ["full"] }
2026-04-06 16:42:08 +02:00
hex = "0.4.3"
2026-07-12 18:21:18 +02:00
tracing = "0.1.44"