Skip to content

Commit c639baa

Browse files
committed
[derive] Migrate to darling
Currently broken because we can't have attributes on type parameters...
1 parent f8154c2 commit c639baa

File tree

6 files changed

+717
-1076
lines changed

6 files changed

+717
-1076
lines changed

libs/derive/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ zerogc = { version = "0.2.0-alpha.5", path = "../.." }
1818
# Proc macros
1919
syn = { version = "1.0.55", features = ["full", "extra-traits"] }
2020
quote = "1.0.8"
21+
darling = "0.13"
2122
proc-macro2 = "1"
2223
# Utilities for argument parsing
2324
proc-macro-kwargs = "0.1.1"

0 commit comments

Comments
 (0)