shit i forgot to update something
This commit is contained in:
parent
e129f9c3b3
commit
6ff9b33966
2 changed files with 3 additions and 8 deletions
|
|
@ -35,22 +35,19 @@ base64 = "0.22.1"
|
||||||
sha2 = "0.10.9"
|
sha2 = "0.10.9"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
|
|
||||||
[dependencies.sqlx]
|
|
||||||
version = "0.8.6"
|
|
||||||
optional = true
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
# criterion = "0.7.0"
|
# criterion = "0.7.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
rmc_struct_header = []
|
rmc_struct_header = []
|
||||||
guest_login = []
|
guest_login = []
|
||||||
friends = ["guest_login", "dep:sqlx"]
|
friends = ["guest_login", "database-support"]
|
||||||
big_pid = []
|
big_pid = []
|
||||||
v3-8-15 = ["rmc_struct_header"]
|
v3-8-15 = ["rmc_struct_header"]
|
||||||
v4-3-11 = ["v3-8-15"]
|
v4-3-11 = ["v3-8-15"]
|
||||||
nx = ["big_pid"]
|
nx = ["big_pid"]
|
||||||
datastore = ["dep:sqlx", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]
|
datastore = ["database-support", "v3-8-15", "dep:aws-sdk-s3", "dep:aws-config"]
|
||||||
|
database-support = ["dep:sqlx"]
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "rmc_serialization"
|
name = "rmc_serialization"
|
||||||
|
|
|
||||||
|
|
@ -46,8 +46,6 @@ use rnex_core::rmc::structures::qresult::QResult;
|
||||||
use rnex_core::rmc::structures::ranking::UploadCompetitionData;
|
use rnex_core::rmc::structures::ranking::UploadCompetitionData;
|
||||||
use std::sync::{Arc, Weak};
|
use std::sync::{Arc, Weak};
|
||||||
use cfg_if::cfg_if;
|
use cfg_if::cfg_if;
|
||||||
use rnex_core::rmc::protocols::ranking::{CompetitionRankingScoreData, CompetitionRankingGetParam, CompetitionRankingScoreInfo};
|
|
||||||
use rnex_core::rmc::structures::ranking::{UploadCompetitionData};
|
|
||||||
use tokio::sync::{Mutex, RwLock};
|
use tokio::sync::{Mutex, RwLock};
|
||||||
|
|
||||||
cfg_if! {
|
cfg_if! {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue