summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-06 04:13:32 +0800
committerGitHub <noreply@github.com>2025-10-06 04:13:32 +0800
commit4a32781c096f30cb39e16c745076e6b7537929cd (patch)
tree304075598071f55cb9dc15dc7ac8d9b8740e511e /Cargo.lock
parent57959d26c68dc1d403f527f1f8b407abe8059a28 (diff)
parent85f7c35d6c573b715c166fe7501225ecab6731ea (diff)
Merge pull request #17 from JustEnoughVCS/jvcs_dev
Jvcs dev
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 16 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a1a26a9..7ed2554 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -541,7 +541,8 @@ dependencies = [
"cfg_file",
"string_proc",
"tcp_connection",
- "vcs",
+ "vcs_actions",
+ "vcs_data",
]
[[package]]
@@ -1370,7 +1371,18 @@ dependencies = [
]
[[package]]
-name = "vcs"
+name = "vcs_actions"
+version = "0.1.0"
+dependencies = [
+ "action_system",
+ "cfg_file",
+ "string_proc",
+ "tcp_connection",
+ "vcs_data",
+]
+
+[[package]]
+name = "vcs_data"
version = "0.1.0"
dependencies = [
"action_system",
@@ -1384,14 +1396,14 @@ dependencies = [
]
[[package]]
-name = "vcs_test"
+name = "vcs_data_test"
version = "0.1.0"
dependencies = [
"cfg_file",
"tcp_connection",
"tcp_connection_test",
"tokio",
- "vcs",
+ "vcs_data",
]
[[package]]