add new report selections
This commit is contained in:
parent
9e895a97bf
commit
68986cc780
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "torn-api"
|
name = "torn-api"
|
||||||
version = "0.5.20"
|
version = "0.5.21"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Pyrit [2111649]"]
|
authors = ["Pyrit [2111649]"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -175,6 +175,8 @@ pub enum TornSelection {
|
||||||
CityShops,
|
CityShops,
|
||||||
ItemDetails,
|
ItemDetails,
|
||||||
TerritoryNames,
|
TerritoryNames,
|
||||||
|
TerritoryWarReport,
|
||||||
|
RaidReport,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, Serialize, Deserialize)]
|
||||||
|
|
Loading…
Reference in a new issue