Add Exif storing and update to Metadata endpoint

This commit is contained in:
Cameron
2025-12-17 16:55:48 -05:00
parent 4851f64229
commit 4082f1fdb8
13 changed files with 851 additions and 8 deletions

5
src/lib.rs Normal file
View File

@@ -0,0 +1,5 @@
#[macro_use]
extern crate diesel;
pub mod database;
pub mod exif;