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"
|
||||
urlencoding = "2.1.3"
|
||||
|
||||
[dependencies.sqlx]
|
||||
version = "0.8.6"
|
||||
optional = true
|
||||
|
||||
[dev-dependencies]
|
||||
# criterion = "0.7.0"
|
||||
|
||||
[features]
|
||||
rmc_struct_header = []
|
||||
guest_login = []
|
||||
friends = ["guest_login", "dep:sqlx"]
|
||||
friends = ["guest_login", "database-support"]
|
||||
big_pid = []
|
||||
v3-8-15 = ["rmc_struct_header"]
|
||||
v4-3-11 = ["v3-8-15"]
|
||||
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]]
|
||||
name = "rmc_serialization"
|
||||
|
|
|
|||
|
|
@ -46,8 +46,6 @@ use rnex_core::rmc::structures::qresult::QResult;
|
|||
use rnex_core::rmc::structures::ranking::UploadCompetitionData;
|
||||
use std::sync::{Arc, Weak};
|
||||
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};
|
||||
|
||||
cfg_if! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue