fplanner/src/lib.rs

5 lines
75 B
Rust

#![warn(clippy::all, rust_2018_idioms)]
mod app;
pub use app::PlannerApp;