chore: moved schema file to torn-api crate

This commit is contained in:
pyrite 2025-05-27 19:27:58 +02:00
parent 11c5d71bf6
commit 6d57f275a2
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
10 changed files with 33 additions and 34 deletions

View file

@ -41,3 +41,4 @@ torn-api-codegen = { path = "../torn-api-codegen", version = "0.3.0" }
syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true }
prettyplease = "0.2"
serde_json = { workspace = true }