feat(v2): initial commit
This commit is contained in:
parent
48868983b3
commit
5a84558d89
44 changed files with 20091 additions and 3489 deletions
15
torn-api-codegen/Cargo.toml
Normal file
15
torn-api-codegen/Cargo.toml
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue