diff options
| author | 2026-02-15 15:34:40 +0800 | |
|---|---|---|
| committer | 2026-02-15 15:34:40 +0800 | |
| commit | 2c3de3ac5ab1ab59f7245ab9cbdfda9b4e96dcb0 (patch) | |
| tree | d7d11f358674ac7c875ac8b2d1dd728a8a2f9451 /crates/macros/Cargo.toml | |
| parent | e0dd58c443ed4d13e69b511bb01e17922926076f (diff) | |
| download | DropOut-2c3de3ac5ab1ab59f7245ab9cbdfda9b4e96dcb0.tar.gz DropOut-2c3de3ac5ab1ab59f7245ab9cbdfda9b4e96dcb0.zip | |
merge: dev
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"] } |