summaryrefslogtreecommitdiff
path: root/systems/sheet/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'systems/sheet/Cargo.toml')
-rw-r--r--systems/sheet/Cargo.toml2
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"