implemented observable types for live updates

This commit is contained in:
2023-01-24 02:25:09 +01:00
parent 5e8c00d819
commit f76521f6cf
5 changed files with 42 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
mod app;
#[cfg(test)]
mod test;
use std::env;
use app::App;