Some checks are pending
Rhai Tests / Run Rhai Tests (push) Waiting to run
- Migrate SAL project from single-crate to monorepo structure - Create independent packages for individual modules - Improve build efficiency and testing capabilities - Update documentation to reflect new structure - Successfully convert the git module to an independent package.
7 lines
83 B
Rust
7 lines
83 B
Rust
mod git;
|
|
mod git_executor;
|
|
pub mod rhai;
|
|
|
|
pub use git::*;
|
|
pub use git_executor::*;
|