feat: setup for blossom uploads

refactor: move db to crate
This commit is contained in:
2024-11-15 17:26:20 +00:00
parent 0539468a5c
commit 9fdc1defaa
18 changed files with 2825 additions and 370 deletions

View File

@ -19,6 +19,7 @@ use std::sync::Arc;
use uuid::Uuid;
mod webhook;
#[cfg(feature = "zap-stream")]
mod zap_stream;