fix auth issues

This commit is contained in:
Maple Nebel 2026-07-14 23:18:43 +02:00
commit 44d00a3fd1
20 changed files with 88 additions and 27 deletions

View file

@ -8,6 +8,7 @@ cfg-if = "1.0.4"
ctor = "1.0.8"
rnex-rmc = { path = "../../rnex-rmc" }
tokio = { version = "1.52.3", features = ["time", "sync"] }
tracing = "0.1.44"
[features]
friends = []

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
ctor = "1.0.8"
rnex-rmc = { path = "../../rnex-rmc" }
tracing = "0.1.44"
[features]
splatoon = ["v3-5-0"]

View file

@ -7,6 +7,7 @@ edition = "2024"
ctor = "1.0.8"
rnex-rmc = { path = "../../rnex-rmc" }
rnex-base-protos = { path = "../base-protos" }
tracing = "0.1.44"
[features]
splatoon = ["v3-5-0"]

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
ctor = "1.0.8"
rnex-rmc = { path = "../../rnex-rmc" }
tracing = "0.1.44"
[features]
splatoon = ["v3-5-0"]

View file

@ -9,12 +9,9 @@ rnex-rmc = { path = "../../rnex-rmc" }
cfg-if = "1.0.4"
rnex-base-protos = { path = "../base-protos" }
rnex-util = {path = "../../rnex-util"}
tracing = "0.1.44"
[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"]
@ -22,9 +19,6 @@ 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

View file

@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
ctor = "1.0.8"
tracing = "0.1.44"
rnex-rmc = { path = "../../rnex-rmc" }
[features]

View file

@ -6,6 +6,7 @@ edition = "2024"
[dependencies]
ctor = "1.0.8"
rnex-rmc = { path = "../../rnex-rmc" }
tracing = "0.1.44"
[features]
splatoon = ["v3-5-0"]

View file

@ -7,6 +7,7 @@ edition = "2024"
bytemuck = { version = "1.25.0", features = ["derive"] }
ctor = "1.0.8"
rnex-rmc = { path = "../../rnex-rmc" }
tracing = "0.1.44"
rnex-base-protos = { path = "../base-protos" }
[features]