aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crates/macros/Cargo.toml
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-15 15:34:40 +0800
committer苏向夜 <fu050409@163.com>2026-02-15 15:34:40 +0800
commit2c3de3ac5ab1ab59f7245ab9cbdfda9b4e96dcb0 (patch)
treed7d11f358674ac7c875ac8b2d1dd728a8a2f9451 /crates/macros/Cargo.toml
parente0dd58c443ed4d13e69b511bb01e17922926076f (diff)
downloadDropOut-2c3de3ac5ab1ab59f7245ab9cbdfda9b4e96dcb0.tar.gz
DropOut-2c3de3ac5ab1ab59f7245ab9cbdfda9b4e96dcb0.zip
merge: dev
Diffstat (limited to 'crates/macros/Cargo.toml')
-rw-r--r--crates/macros/Cargo.toml5
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"] }