Single-crate project doesn't need a subdirectory. Moves Cargo.toml, src/, templates/ to root for standard Rust project layout. Updates .gitignore and test harness binary paths accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
118 B
Rust
8 lines
118 B
Rust
pub mod bwlimit;
|
|
pub mod cache;
|
|
pub mod config_init;
|
|
pub mod log;
|
|
pub mod speed_test;
|
|
pub mod status;
|
|
pub mod warmup;
|