From e12f167de8e16baa78c86b09eab75201281d3f95 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Oct 2025 17:20:40 +0800 Subject: chore: update workspace configuration and dependencies - Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs --- crates/vcs_data/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crates/vcs_data') diff --git a/crates/vcs_data/Cargo.toml b/crates/vcs_data/Cargo.toml index 07f1a6a..b3bc4a2 100644 --- a/crates/vcs_data/Cargo.toml +++ b/crates/vcs_data/Cargo.toml @@ -4,9 +4,13 @@ edition = "2024" version.workspace = true [dependencies] + +# Utils tcp_connection = { path = "../utils/tcp_connection" } cfg_file = { path = "../utils/cfg_file", features = ["default"] } string_proc = { path = "../utils/string_proc" } + +# Core action_system = { path = "../system_action" } # Identity -- cgit