rust-nex/proxy-common/Cargo.toml

11 lines
243 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"
2026-04-06 16:42:08 +02:00
hex = "0.4.3"