From c6a685b4a2c7177039401deb6ac419202879ec26 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Oct 2025 02:01:12 +0800 Subject: Update dependencies and workspace configuration - Add vcs_service to workspace members in Cargo.toml - Update Cargo.lock with new vcs_service dependencies - Add vcs_service dependency to vcs crate --- crates/vcs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates') diff --git a/crates/vcs/Cargo.toml b/crates/vcs/Cargo.toml index ec1fb14..98ab6c9 100644 --- a/crates/vcs/Cargo.toml +++ b/crates/vcs/Cargo.toml @@ -7,6 +7,7 @@ version.workspace = true tcp_connection = { path = "../utils/tcp_connection" } cfg_file = { path = "../utils/cfg_file", features = ["default"] } string_proc = { path = "../utils/string_proc" } +vcs_service = { path = "../service" } # Identity uuid = { version = "1.18.1", features = ["v4", "serde"] } -- cgit