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

View file

@ -15,5 +15,7 @@ path = "src/lib.rs"
anyhow = "1.0.95"
env_logger = "0.11.6"
log = "0.4"
proc-macro2 = "1.0.93"
quote = "1.0"
roxmltree = "0.20"
thiserror = "2.0"