diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-21 16:37:51 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-21 16:37:51 +0800 |
| commit | c811c5818d21a67280ef9dd35ad40f6f5411daa5 (patch) | |
| tree | 46062311242da24771466ad99be26b530e83d497 /Cargo.toml | |
| parent | 9a60751a901f568bdeb154c4115235d4f3a0f8b9 (diff) | |
Good Bye! Legacy JVCS
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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 |
