major refactoring

This commit is contained in:
TotallyNot 2024-04-04 15:59:10 +02:00
parent e8a8b5976b
commit 8aaf61efb1
10 changed files with 404 additions and 222 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-key-pool"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"
@ -17,7 +17,7 @@ tokio-runtime = [ "dep:tokio", "dep:rand" ]
actix-runtime = [ "dep:actix-rt", "dep:rand" ]
[dependencies]
torn-api = { path = "../torn-api", default-features = false, version = "0.6" }
torn-api = { path = "../torn-api", default-features = false, version = "0.7" }
async-trait = "0.1"
thiserror = "1"