fix auth issues
This commit is contained in:
parent
375a09d6f7
commit
44d00a3fd1
20 changed files with 88 additions and 27 deletions
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
ctor = "1.0.8"
|
||||
tracing = "0.1.44"
|
||||
rnex-rmc = { path = "../../rnex-rmc" }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue