added key->info selection

This commit is contained in:
TotallyNot 2023-01-26 21:05:27 +01:00
parent 9e0ba8b65d
commit cff93d4c3d
5 changed files with 265 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"
@ -13,7 +13,7 @@ name = "deserialisation_benchmark"
harness = false
[features]
default = [ "reqwest", "user", "faction", "torn" ]
default = [ "reqwest", "user", "faction", "torn", "key" ]
reqwest = [ "dep:reqwest" ]
awc = [ "dep:awc" ]
decimal = [ "dep:rust_decimal" ]
@ -21,6 +21,7 @@ decimal = [ "dep:rust_decimal" ]
user = [ "__common" ]
faction = [ "__common" ]
torn = [ "__common" ]
key = []
__common = []