feat(v2): initial commit

This commit is contained in:
TotallyNot 2025-04-24 13:32:02 +02:00
parent 48868983b3
commit 5a84558d89
44 changed files with 20091 additions and 3489 deletions

View file

@ -0,0 +1,15 @@
[package]
name = "torn-api-codegen"
authors = ["Pyrit [2111649]"]
version = "0.1.0"
edition = "2024"
description = "Contains the v2 torn API model descriptions and codegen for the bindings"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
heck = "0.5"
indexmap = { version = "2.9", features = ["serde"] }
quote = "1"
proc-macro2 = { workspace = true }
syn = { workspace = true }