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/_framework/Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'systems/_framework/Cargo.toml') diff --git a/systems/_framework/Cargo.toml b/systems/_framework/Cargo.toml index 286aec8..663b7be 100644 --- a/systems/_framework/Cargo.toml +++ b/systems/_framework/Cargo.toml @@ -4,7 +4,6 @@ edition = "2024" version.workspace = true [dependencies] -tokio = { version = "1.50", features = ["fs"] } -thiserror = "2" - -just_fmt = "0.1.2" +just_fmt.workspace = true +thiserror.workspace = true +tokio.workspace = true -- cgit