workspace: reorg

This commit is contained in:
nym21
2025-01-28 17:45:36 +01:00
parent f7f3e3cc03
commit 8c610f8a83
66 changed files with 268 additions and 389 deletions

View File

@@ -11,7 +11,7 @@ proc-macro = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
syn = "2.0.85"
quote = "1.0.37"
proc-macro2 = "1.0.89"
syn = "2.0.96"
quote = "1.0.38"
proc-macro2 = "1.0.93"
struct_iterable_internal = { path = "../struct_iterable_internal" }