summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-24 14:47:20 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-24 14:47:20 +0800
commitb2c45bf5c16391917caccd703ac85b80c5c77cca (patch)
tree39cf3eb5af8e313ef370c2ecdcabffe18dbd057a /Cargo.lock
parent49ad7a152cf849c8d91ee6b686da31f9c252f77c (diff)
Re-export subcrate `action_system` to `just_enough_vcs`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b7911b5..daf478d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -555,6 +555,7 @@ dependencies = [
name = "just_enough_vcs"
version = "0.0.0"
dependencies = [
+ "action_system",
"cfg_file",
"string_proc",
"tcp_connection",