some small things
This commit is contained in:
parent
2a2dbd5ff1
commit
18c8ec77dd
2 changed files with 45 additions and 19 deletions
|
|
@ -13,7 +13,8 @@ v-byte-helpers = { git = "https://github.com/RusticMaple/VByteMacros", version =
|
|||
simplelog = "0.12.2"
|
||||
chrono = "0.4.39"
|
||||
log = "0.4.25"
|
||||
rand = "0.8.5"
|
||||
rand = "0.8.5
|
||||
"
|
||||
cfg-if = "1.0.4"
|
||||
hmac = "0.12.1"
|
||||
md-5 = "^0.10.6"
|
||||
|
|
@ -29,13 +30,17 @@ ureq = { version = "3.1.4", features = [ "json" ] }
|
|||
serde = { version = "1.0.228", features = [ "derive" ] }
|
||||
serde_json = "1.0.149"
|
||||
|
||||
[dependencies.sqlx]
|
||||
version = "0.8.6"
|
||||
optional = true
|
||||
|
||||
[dev-dependencies]
|
||||
# criterion = "0.7.0"
|
||||
|
||||
[features]
|
||||
rmc_struct_header = []
|
||||
guest_login = []
|
||||
friends = ["guest_login"]
|
||||
friends = ["guest_login", "dep:sqlx"]
|
||||
big_pid = []
|
||||
v3-8-15 = ["rmc_struct_header"]
|
||||
v4-3-11 = ["v3-8-15"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue