diff options
| author | lukeflo | 2024-09-20 22:31:33 +0200 |
|---|---|---|
| committer | lukeflo | 2024-09-20 22:31:33 +0200 |
| commit | dc45b960a4eda299058e597f6867e4d4be109b1b (patch) | |
| tree | 30501aa9f1f26413f959d751302fa189508eacc1 /src/frontend.rs | |
| download | bibiman-dc45b960a4eda299058e597f6867e4d4be109b1b.tar.gz bibiman-dc45b960a4eda299058e597f6867e4d4be109b1b.zip | |
initial commit
Diffstat (limited to 'src/frontend.rs')
| -rw-r--r-- | src/frontend.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frontend.rs b/src/frontend.rs new file mode 100644 index 0000000..6ec15f2 --- /dev/null +++ b/src/frontend.rs @@ -0,0 +1,5 @@ +pub mod app; +pub mod event; +pub mod ui; +pub mod tui; +pub mod handler; |
