diff options
| -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 { |
![]() |
index : JustEnoughVCS/VersionControl.git | |
| JustEnoughVCS Core Library |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/lib.rs | 3 |
@@ -3,6 +3,9 @@ pub mod vcs { extern crate vcs; pub use vcs::*; + + extern crate vcs_actions; + pub use vcs_actions::*; } pub mod utils { |