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 2fa8ed73c0
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
8 changed files with 361 additions and 212 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"