particle-os-cli/src/lib.rs
Gerald Pinder 910e0434b6
refactor: Move templates to their own crate (#83)
This PR logically separates out parts of the code to their own crates. This will be useful for future Tauri App development.
2024-02-25 14:45:33 -06:00

6 lines
124 B
Rust

//! The root library for blue-build.
#![doc = include_str!("../README.md")]
shadow_rs::shadow!(shadow);
pub mod commands;