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-api"
version = "0.6.7"
version = "0.7.0"
edition = "2021"
rust-version = "1.75.0"
authors = ["Pyrit [2111649]"]
@ -39,7 +39,7 @@ reqwest = { version = "0.11", default-features = false, features = [ "json" ], o
awc = { version = "3", default-features = false, optional = true }
rust_decimal = { version = "1", default-features = false, optional = true, features = [ "serde" ] }
torn-api-macros = { path = "../torn-api-macros", version = "0.2" }
torn-api-macros = { path = "../torn-api-macros", version = "0.3" }
[dev-dependencies]
actix-rt = { version = "2.7.0" }