修改宏依赖

This commit is contained in:
李运家 2025-01-23 16:06:37 +08:00
parent d6fec3f4dc
commit a9051fdac2

View File

@ -15,4 +15,4 @@ syn = { workspace = true, features = ["full"] }
quote = { workspace = true, features = ["proc-macro"] }
hyper = { workspace = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_json = { workspace = true }