From b2c45bf5c16391917caccd703ac85b80c5c77cca Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 24 Oct 2025 14:47:20 +0800 Subject: Re-export subcrate `action_system` to `just_enough_vcs` --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 881fbbe..fa5292c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,5 +60,7 @@ cfg_file = { path = "crates/utils/cfg_file" } tcp_connection = { path = "crates/utils/tcp_connection" } string_proc = { path = "crates/utils/string_proc" } +action_system = { path = "crates/system_action" } + vcs_data = { path = "crates/vcs_data" } vcs_actions = { path = "crates/vcs_actions" } -- cgit