bulk updates
This commit is contained in:
parent
f452c44311
commit
5630e51adb
16 changed files with 1091 additions and 443 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "0.4.2"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
license = "MIT"
|
||||
|
|
@ -24,11 +24,12 @@ 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 }
|
||||
awc = { version = "3", default-features = false, optional = true }
|
||||
|
||||
torn-api-macros = { path = "../torn-api-macros", version = "0.1" }
|
||||
torn-api-macros = { path = "../torn-api-macros", version = "0.1.1" }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-rt = { version = "2.7.0" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue