diff options
Diffstat (limited to 'systems/sheet')
| -rw-r--r-- | systems/sheet/Cargo.toml | 2 |
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"] } |
