summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
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"] }