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
28 lines
692 B
TOML
28 lines
692 B
TOML
[package]
|
|
name = "rnex-fpd"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
bytemuck = { version = "1.25.1", features = ["derive"] }
|
|
rnex-rmc = { path = "../../rnex-rmc" }
|
|
rnex-util = { path = "../../rnex-util" }
|
|
rnex-fpd-protos = { path = "../../rnex-protocols/fpd-protos" }
|
|
rnex-base = { path = "../rnex-base" }
|
|
rnex-server = { path = "../../rnex-server" }
|
|
tokio = { version = "1.52.3", features = ["sync"] }
|
|
rand = "0.10.2"
|
|
tracing = "0.1.44"
|
|
sqlx = { version = "0.9.0", features = ["chrono"] }
|
|
chrono = "0.4.45"
|
|
hmac = "0.13.0"
|
|
md-5 = "0.11.0"
|
|
nex-account = { version = "0.2.4", registry = "spbr" }
|
|
hex = "0.4.3"
|
|
thiserror = "2.0.18"
|
|
|
|
[features]
|
|
friends = []
|
|
|
|
[lints]
|
|
workspace = true
|