added territory selections

This commit is contained in:
TotallyNot 2023-02-21 01:34:46 +01:00
parent 7e97b736ad
commit 3757d1778f
10 changed files with 177 additions and 177 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "0.5.7"
version = "0.5.8"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"
@ -31,7 +31,6 @@ serde_json = "1"
chrono = { version = "0.4", features = [ "serde" ], default-features = false }
async-trait = "0.1"
thiserror = "1"
num-traits = "0.2"
futures = "0.3"
reqwest = { version = "0.11", default-features = false, features = [ "json" ], optional = true }