mirror of
https://github.com/Noratrieb/intringen.git
synced 2026-01-16 06:35:03 +01:00
rewrite codegen to syn
This commit is contained in:
parent
1dcfb83114
commit
2f60340a3b
5 changed files with 367 additions and 279 deletions
|
|
@ -9,5 +9,9 @@ edition = "2021"
|
|||
eyre = "0.6.11"
|
||||
heck = "0.4.1"
|
||||
logos = "0.13.0"
|
||||
prettyplease = "0.2.16"
|
||||
proc-macro2 = "1.0.75"
|
||||
quote = "1.0.35"
|
||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||
strong-xml = "0.6.3"
|
||||
syn = "2.0.48"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue