From 794316c6e925097ef6b87693b4a610b4563309e6 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 11 Mar 2026 16:04:47 +0800 Subject: Consolidate dependencies using workspace inheritance --- systems/sheet/Cargo.toml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'systems/sheet') diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml index 33d17dc..5296bf8 100644 --- a/systems/sheet/Cargo.toml +++ b/systems/sheet/Cargo.toml @@ -10,12 +10,10 @@ constants = { path = "../_constants" } sheet_system_macros = { path = "macros" } asset_system = { path = "../_asset" } -serde = { version = "1", features = ["derive"] } - -tokio = { version = "1.50", features = ["full"] } - -thiserror = "2" -just_fmt = "0.1.2" +serde.workspace = true +tokio.workspace = true +thiserror.workspace = true +just_fmt.workspace = true memmap2 = "0.9" sha2 = "0.10" -- cgit