particle-os-cli/src/lib.rs

7 lines
144 B
Rust

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