7 lines
138 B
Rust
7 lines
138 B
Rust
//! Public entry point for the `unityprobe` command crate.
|
|
#![allow(clippy::multiple_crate_versions)]
|
|
|
|
mod cli;
|
|
|
|
pub use cli::main_entry;
|