Replace diesel with rusqlite

This commit is contained in:
Elias Projahn 2023-10-07 22:49:20 +02:00
parent bcb4b84b19
commit ff3c3728ad
15 changed files with 209 additions and 1542 deletions

View file

@ -1,4 +1,3 @@
mod db;
mod application;
mod config;
mod home_page;