diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 09:50:53 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 09:50:53 +0800 |
| commit | b1509e9ecac1f28daefd7cb1078176d47d585252 (patch) | |
| tree | 38398a783e79a1351cc06acadea2de64dfd969a5 /systems/sheet/Cargo.toml | |
| parent | ce7222fbde5b260508e350afd5f17b5e635ede76 (diff) | |
Add serde derive to sheet system structs
Diffstat (limited to 'systems/sheet/Cargo.toml')
| -rw-r--r-- | systems/sheet/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
