added awards selections

This commit is contained in:
TotallyNot 2024-03-07 13:01:49 +01:00
parent 28520bada3
commit a103b1323f
3 changed files with 146 additions and 5 deletions

View file

@ -1,7 +1,8 @@
[package]
name = "torn-api"
version = "0.6.4"
version = "0.6.5"
edition = "2021"
rust-version = "1.75.0"
authors = ["Pyrit [2111649]"]
license = "MIT"
repository = "https://github.com/TotallyNot/torn-api.rs.git"
@ -29,7 +30,7 @@ __common = []
[dependencies]
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
chrono = { version = "0.4", features = [ "serde" ], default-features = false }
chrono = { version = "0.4.31", features = [ "serde" ], default-features = false }
async-trait = "0.1"
thiserror = "1"
futures = "0.3"