From b1509e9ecac1f28daefd7cb1078176d47d585252 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 25 Feb 2026 09:50:53 +0800 Subject: Add serde derive to sheet system structs --- systems/sheet/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/sheet/Cargo.toml') diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml index 657c567..007074b 100644 --- a/systems/sheet/Cargo.toml +++ b/systems/sheet/Cargo.toml @@ -10,6 +10,8 @@ constants = { path = "../_constants" } sheet_system_macros = { path = "macros" } asset_system = { path = "../_asset" } +serde = "1" + tokio = { version = "1.48", features = ["full"] } thiserror = "1.0.69" -- cgit