feat: add base app

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-04 20:11:02 +02:00
parent c3b45d9eb6
commit 74a16b4d7c
13 changed files with 2675 additions and 528 deletions

View File

@@ -1,4 +1,6 @@
pub mod api;
pub mod app;
pub mod fallback;
use cfg_if::cfg_if;
cfg_if! {