diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:01:12 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-06 02:01:12 +0800 |
| commit | c6a685b4a2c7177039401deb6ac419202879ec26 (patch) | |
| tree | 9f9f67fef6a2b2414350acaca70de86cc9640919 /Cargo.toml | |
| parent | dc9ad9028b58597cee87eef2f6647e7149cfc278 (diff) | |
Update dependencies and workspace configuration
- Add vcs_service to workspace members in Cargo.toml
- Update Cargo.lock with new vcs_service dependencies
- Add vcs_service dependency to vcs crate
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ members = [ "crates/utils/string_proc", + "crates/service", + "crates/service/service_macros", + "crates/vcs", "crates/vcs/vcs_test", ] |
