diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:16:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-06 02:16:34 +0800 |
| commit | 57959d26c68dc1d403f527f1f8b407abe8059a28 (patch) | |
| tree | 067fc31a7e5ef70ff764604cb67521ff88591f2e /crates/vcs/Cargo.toml | |
| parent | c053e24c62890003aba84191e332211647f96eae (diff) | |
| parent | 364dde0f168c0798187dd7113764d98e5b5a861d (diff) | |
Merge pull request #16 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'crates/vcs/Cargo.toml')
| -rw-r--r-- | crates/vcs/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/vcs/Cargo.toml b/crates/vcs/Cargo.toml index 98ab6c9..888e18d 100644 --- a/crates/vcs/Cargo.toml +++ b/crates/vcs/Cargo.toml @@ -7,7 +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" } +action_system = { path = "../system_action" } # Identity uuid = { version = "1.18.1", features = ["v4", "serde"] } |
