From e0dd58c443ed4d13e69b511bb01e17922926076f Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sun, 15 Feb 2026 15:29:49 +0800 Subject: refactor(macros): use darling to parse macro metas --- crates/macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/macros/Cargo.toml') diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index cd5b4a6..e5b9ad7 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -14,3 +14,4 @@ proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full"] } heck = "0.4" +darling = { version = "0.23.0", features = ["serde"] } -- cgit v1.2.3-70-g09d2