add new report selections

This commit is contained in:
TotallyNot 2023-08-11 15:33:11 +02:00
parent 9e895a97bf
commit 68986cc780
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "0.5.20"
version = "0.5.21"
edition = "2021"
authors = ["Pyrit [2111649]"]
license = "MIT"

View file

@ -175,6 +175,8 @@ pub enum TornSelection {
CityShops,
ItemDetails,
TerritoryNames,
TerritoryWarReport,
RaidReport,
}
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]