From 47e0ffd50427440696c245814517e4f5fa94ed83 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 8 Mar 2026 22:48:54 +0800 Subject: Move action system to legacy and remove storage system --- systems/storage/Cargo.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 systems/storage/Cargo.toml (limited to 'systems/storage/Cargo.toml') diff --git a/systems/storage/Cargo.toml b/systems/storage/Cargo.toml deleted file mode 100644 index 5afb780..0000000 --- a/systems/storage/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "storage_system" -edition = "2024" -version.workspace = true - -[dependencies] -thiserror = "1.0.69" -tokio = { version = "1.48", features = ["full"] } - -blake3 = "1.5.0" -hex = "0.4.3" -memmap2 = "0.9.4" -log = "0.4.25" -- cgit