2
1
Fork 0

typegen: scan for module files

This commit is contained in:
outfoxxed 2025-07-01 03:02:43 -07:00
parent 2fde54b3bc
commit 1180902787
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 360 additions and 211 deletions

View file

@ -9,3 +9,4 @@ fancy-regex = "^0.13"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
toml = "^0.8"
walkdir = "2.5.0"