initial commit
This commit is contained in:
commit
27b3274027
25 changed files with 1696 additions and 0 deletions
11
typegen/Cargo.toml
Normal file
11
typegen/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "typegen"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "^1"
|
||||
regex = "^1.10"
|
||||
serde = { version = "^1", features = ["derive"] }
|
||||
serde_json = "^1"
|
||||
toml = "^0.8"
|
Loading…
Add table
Add a link
Reference in a new issue