Some checks failed
Build and Test / build-editions (fast-racing-neo) (push) Failing after 4m25s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 4m54s
Build and Test / build-editions (terraria) (push) Has been cancelled
Build and Test / build-editions (wii-u-chat) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Has been cancelled
Build and Test / build-editions (splatoon) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Has been cancelled
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Has been cancelled
Build and Test / build-editions (mario-tennis) (push) Has been cancelled
Build and Test / build-editions (minecraft-wiiu) (push) Has been cancelled
Build and Test / build-editions (sonic-transformed) (push) Has been cancelled
Build and Test / build-editions (splatoon-testfire) (push) Has been cancelled
36 lines
828 B
TOML
36 lines
828 B
TOML
[package]
|
|
name = "rnex-server"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.103", features = ["backtrace"] }
|
|
ctor = "1.0.8"
|
|
dotenv = "0.15.0"
|
|
paste = "1.0.15"
|
|
rnex-rmc = { path = "../rnex-rmc" }
|
|
rnex-util = { path = "../rnex-util" }
|
|
sentry = { version = "0.49.0", features = ["tracing"] }
|
|
thiserror = "2.0.18"
|
|
tokio = { version = "1.52.3", features = ["net"] }
|
|
tracing = "0.1.44"
|
|
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
|
|
|
[features]
|
|
splatoon = ["v3-5-0"]
|
|
datastore = ["database-support", "v3-8-15"]
|
|
database-support = []
|
|
nx = []
|
|
third-notif-param = []
|
|
v3-3-2 = []
|
|
v3-4-0 = ["v3-3-2", "third-notif-param"]
|
|
v3-5-0 = ["v3-4-0"]
|
|
v3-8-15 = ["v3-5-0"]
|
|
v3-10-22 = ["v3-8-15"]
|
|
v4-3-11 = ["v3-8-15"]
|
|
friends = []
|
|
rmc_struct_header = []
|
|
big_pid = []
|
|
|
|
[lints]
|
|
workspace = true
|