- Test create, list, get, delete operations - Test bag deduction and conflict on insufficient coffee - Test CLI commands with defaults - Add create_default_gear helper
9 lines
168 B
Rust
9 lines
168 B
Rust
pub mod auth_api;
|
|
pub mod bags_api;
|
|
pub mod brews_api;
|
|
pub mod datastar;
|
|
pub mod gear_api;
|
|
pub mod helpers;
|
|
pub mod roasters_api;
|
|
pub mod roasts_api;
|
|
pub mod timeline;
|