This PR logically separates out parts of the code to their own crates. This will be useful for future Tauri App development.
6 lines
124 B
Rust
6 lines
124 B
Rust
//! The root library for blue-build.
|
|
#![doc = include_str!("../README.md")]
|
|
|
|
shadow_rs::shadow!(shadow);
|
|
|
|
pub mod commands;
|