Skip to main content

looprs_cli/
lib.rs

1//! Library target for the `looprs-cli` package.
2//!
3//! The executable entrypoint lives in `main.rs`; this target exists so workspace-level
4//! tooling can validate the package consistently with other crates.