Initial commit

This commit is contained in:
William Casarin
2022-11-05 22:12:17 -07:00
committed by GitHub
commit 696caa1f1c
19 changed files with 2634 additions and 0 deletions

4
src/lib.rs Normal file
View File

@@ -0,0 +1,4 @@
#![warn(clippy::all, rust_2018_idioms)]
mod app;
pub use app::TemplateApp;