summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-02-25 10:27:05 +0800
committer魏曹先生 <1992414357@qq.com>2026-02-25 10:27:05 +0800
commit8b96e8171c4e9d6516fd63d37cbe613bd5927a04 (patch)
tree41b77473cd40932d57ef9f974f313f709bac33fa /systems
parent05bf408a7f08c2f38479366307bd1e3c038b7b40 (diff)
Add derive feature to serde dependency
Diffstat (limited to 'systems')
-rw-r--r--systems/sheet/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml
index 007074b..1151c8d 100644
--- a/systems/sheet/Cargo.toml
+++ b/systems/sheet/Cargo.toml
@@ -10,7 +10,7 @@ constants = { path = "../_constants" }
sheet_system_macros = { path = "macros" }
asset_system = { path = "../_asset" }
-serde = "1"
+serde = { version = "1", features = ["derive"] }
tokio = { version = "1.48", features = ["full"] }