This commit is contained in:
William Casarin
2022-11-06 20:54:30 -08:00
parent 46f9bde257
commit 28c5ddbc80
6 changed files with 91 additions and 336 deletions

View File

@@ -1,4 +1,6 @@
#![warn(clippy::all, rust_2018_idioms)]
mod app;
mod event;
pub use app::Damus;
pub use event::Event;