This commit is contained in:
JMARyA 2024-09-09 21:49:36 +02:00
parent 21fe567ba6
commit e7fe303941
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 54 additions and 21 deletions

View file

@ -8,10 +8,10 @@ use rocket::{http::Method, launch};
mod config;
mod db;
mod flow;
mod item;
mod json_store;
mod location;
mod process;
mod routes;
mod transaction;
mod variant;