summaryrefslogtreecommitdiff
path: root/crates/vcs/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-06 02:03:23 +0800
committerGitHub <noreply@github.com>2025-10-06 02:03:23 +0800
commitc053e24c62890003aba84191e332211647f96eae (patch)
tree3d2e506b32ca7cb32729f04a91304803e8ed3326 /crates/vcs/Cargo.toml
parent50b801a11e1c3bb3012ac189197b7e84663ba902 (diff)
parentbbb2b506e8f5ea7aae2b1365a75db9274f860f81 (diff)
Merge pull request #15 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'crates/vcs/Cargo.toml')
-rw-r--r--crates/vcs/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"] }