new(generator): top level module

This commit is contained in:
Wataru Otsubo 2025-01-31 02:17:48 +09:00
parent ac72b3638e
commit dfd28782dd
7 changed files with 95 additions and 2 deletions

2
Cargo.lock generated
View file

@ -80,6 +80,8 @@ dependencies = [
"anyhow",
"env_logger",
"log",
"proc-macro2",
"quote",
"roxmltree",
"thiserror",
]