rust-nex/prudpv1-proxy/Cargo.toml
Maple Nebel 47f7dea859
Some checks failed
Build and Test / friends (push) Successful in 9m35s
Build and Test / wii-u-chat (push) Has been cancelled
Build and Test / puyopuyo (push) Has been cancelled
Build and Test / sonic-transformed (push) Has been cancelled
Build and Test / super-mario-maker (push) Has been cancelled
Build and Test / minecraft-wiiu (push) Has been cancelled
Build and Test / wii-sports-club (push) Has been cancelled
Build and Test / splatoon (push) Has been cancelled
Build and Test / splatoon-testfire (push) Has been cancelled
Build and Test / fast-racing-neo (push) Has been cancelled
Build and Test / mario-tennis (push) Has been cancelled
progress
2026-07-14 17:27:30 +02:00

19 lines
392 B
TOML

[package]
name = "prudpv1-proxy"
version = "0.1.0"
edition = "2024"
[dependencies]
prudpv1 = {path = "../prudpv1"}
proxy-common = {path = "../proxy-common"}
rnex-server = {path = "../rnex-server"}
rnex-prudp = {path = "../rnex-prudp"}
rnex-util = {path = "../rnex-util"}
tracing = "0.1.44"
tokio = { version = "1.52.3", features = ["rt"] }
[lints]
workspace = true
[features]
prudpv1 = []