Add favicon

This commit is contained in:
Greg Burri 2025-03-03 00:18:56 +01:00
parent a590d7e1e9
commit b2572ebfe5
9 changed files with 73 additions and 22 deletions

View file

@ -1,4 +1,4 @@
use chrono::{prelude::*, Duration};
use chrono::{Duration, prelude::*};
use rand::distr::{Alphanumeric, SampleString};
use sqlx::Sqlite;