added useless benchmark and improved deserialisation logic

This commit is contained in:
TotallyNot 2022-09-08 19:32:51 +02:00
parent 7f103a2435
commit 1eec2477c6
6 changed files with 197 additions and 62 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-key-pool"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/TotallyNot/torn-api.rs.git"
@ -16,7 +16,7 @@ reqwest = [ "dep:reqwest", "torn-api/reqwest" ]
awc = [ "dep:awc", "torn-api/awc" ]
[dependencies]
torn-api = { path = "../torn-api", default-features = false, version = "0.3" }
torn-api = { path = "../torn-api", default-features = false, version = "0.4" }
async-trait = "0.1"
thiserror = "1"