diff options
| author | 2026-02-15 15:29:49 +0800 | |
|---|---|---|
| committer | 2026-02-15 15:33:04 +0800 | |
| commit | e0dd58c443ed4d13e69b511bb01e17922926076f (patch) | |
| tree | e0a7b3ea8921c469f179c8f3980b2ef34d4a71cf /crates/macros/Cargo.toml | |
| parent | a83363bccada6013d3f03efedeff22b45a578da7 (diff) | |
| download | DropOut-e0dd58c443ed4d13e69b511bb01e17922926076f.tar.gz DropOut-e0dd58c443ed4d13e69b511bb01e17922926076f.zip | |
refactor(macros): use darling to parse macro metas
Diffstat (limited to 'crates/macros/Cargo.toml')
| -rw-r--r-- | crates/macros/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |