diff options
Diffstat (limited to 'crates/macros/Cargo.toml')
| -rw-r--r-- | crates/macros/Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index e5b9ad7..729b557 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -10,8 +10,9 @@ publish = false proc-macro = true [dependencies] +darling = { version = "0.23.0", features = ["serde"] } +heck = "0.4" +inventory = "0.3" proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full"] } -heck = "0.4" -darling = { version = "0.23.0", features = ["serde"] } |