diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-10-06 04:12:15 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-10-06 04:12:15 +0800 |
| commit | 85f7c35d6c573b715c166fe7501225ecab6731ea (patch) | |
| tree | 304075598071f55cb9dc15dc7ac8d9b8740e511e | |
| parent | 8ef9f06df67d3ad2d1d1a9038ee93e26ec615489 (diff) | |
Update main lib.rs for new crate architecture
- Remove old vcs module exports
- Prepare for new vcs_data and vcs_actions integration
- Update library structure to reflect architectural changes
| -rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ pub mod vcs { extern crate vcs; pub use vcs::*; + + extern crate vcs_actions; + pub use vcs_actions::*; } pub mod utils { |
