4 lines
54 B
Rust
4 lines
54 B
Rust
mod cli;
|
|
#[cfg(not(target_os = "windows"))]
|
|
mod tool;
|
mod cli;
|
|
#[cfg(not(target_os = "windows"))]
|
|
mod tool;
|