improvements

This commit is contained in:
nora 2024-09-07 23:29:54 +02:00
parent aacf0f293e
commit d5167446f2
7 changed files with 90 additions and 6 deletions

View file

@ -6,6 +6,8 @@ mod web;
use color_eyre::{eyre::WrapErr, Result};
use db::Db;
const VERSION: &str = env!("GIT_COMMIT");
#[tokio::main]
async fn main() -> Result<()> {
tracing_subscriber::fmt().init();