added faction tag

This commit is contained in:
TotallyNot 2023-11-19 12:09:01 +01:00
parent c320036cd0
commit fee278e895
3 changed files with 5 additions and 2 deletions

View file

@ -17,7 +17,7 @@ tokio-runtime = [ "dep:tokio", "dep:rand" ]
actix-runtime = [ "dep:actix-rt", "dep:rand" ]
[dependencies]
torn-api = { path = "../torn-api", default-features = false, version = "0.5.10" }
torn-api = { path = "../torn-api", default-features = false, version = "0.6" }
async-trait = "0.1"
thiserror = "1"