feat: Initial commit
This commit is contained in:
11
typegen/Cargo.toml
Normal file
11
typegen/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "typegen"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
indexmap = { version = "2.12.0", features = ["serde"] }
|
||||
quote = "1.0.41"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
syn = { version = "2.0.108", features = ["full", "parsing"] }
|
||||
Reference in New Issue
Block a user