From c811c5818d21a67280ef9dd35ad40f6f5411daa5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 21 Mar 2026 16:37:51 +0800 Subject: Good Bye! Legacy JVCS --- Cargo.toml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 31b13ff..65884aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,17 +43,6 @@ members = [ "utils/sha1_hash", "utils/tcp_connection", "utils/tcp_connection/tcp_connection_test", - - # LEGACY AREA - "legacy_actions", - "legacy_data", - "legacy_data/tests", - "legacy_systems/action", - "legacy_systems/action/action_macros", - "legacy_utils/cfg_file", - "legacy_utils/cfg_file/cfg_file_derive", - "legacy_utils/cfg_file/cfg_file_test", - # LEGACY AREA ] [workspace.package] @@ -128,7 +117,6 @@ jvlib = { path = "ffi" } vcs_docs = { path = "docs" } # Utils -cfg_file = { path = "legacy_utils/cfg_file" } data_struct = { path = "utils/data_struct" } hex_display = { path = "utils/hex_display" } sha1_hash = { path = "utils/sha1_hash" } @@ -144,9 +132,4 @@ sheet_system = { path = "systems/sheet" } vault_system = { path = "systems/vault" } workspace_system = { path = "systems/workspace" } -# Legacy -vcs_data = { path = "legacy_data" } -vcs_actions = { path = "legacy_actions" } -action_system = { path = "legacy_systems/action" } - serde.workspace = true -- cgit