rust-nex/prudplite/Cargo.toml
Spacebot a7e4742d64
All checks were successful
Build and Test / sonic-transformed (push) Successful in 7m0s
Build and Test / mario-tennis (push) Successful in 7m17s
Build and Test / splatoon (push) Successful in 4m18s
Build and Test / fast-racing-neo (push) Successful in 4m45s
Build and Test / friends (push) Successful in 4m21s
Build and Test / puyopuyo (push) Successful in 5m18s
Build and Test / wii-sports-club (push) Successful in 5m32s
Build and Test / wii-u-chat (push) Successful in 5m3s
Build and Test / minecraft-wiiu (push) Successful in 6m4s
Build and Test / splatoon-testfire (push) Successful in 7m15s
Build and Test / super-mario-maker (push) Successful in 11m11s
Update Rust crate tokio-tungstenite to 0.29.0
2026-06-17 08:48:24 +00:00

18 lines
546 B
TOML

[package]
name = "prudplite"
version = "0.1.0"
edition = "2024"
[features]
nx = []
v4-3-11 = []
[dependencies]
rnex-core = { path = "../rnex-core", version = "0.1.1" }
tokio = { version = "1.47.0", features = ["full"] }
bytemuck = { version = "1.23.1", features = ["derive"] }
proxy-common = {path = "../proxy-common"}
tokio-tungstenite = {version = "0.29.0", features = ["rustls", "rustls-tls-native-roots"]}
log = "0.4.25"
futures-util = "0.3.31"
v-byte-helpers = { git = "https://github.com/RusticMaple/VByteMacros", version = "0.1.1" }