diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-24 14:47:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-24 14:47:20 +0800 |
| commit | b2c45bf5c16391917caccd703ac85b80c5c77cca (patch) | |
| tree | 39cf3eb5af8e313ef370c2ecdcabffe18dbd057a /Cargo.toml | |
| parent | 49ad7a152cf849c8d91ee6b686da31f9c252f77c (diff) | |
Re-export subcrate `action_system` to `just_enough_vcs`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |
