feat: enhance media management with EXIF data extraction, metadata filtering, and storage path generation
refactor: update configuration handling to use environment variables and improve code organization
This commit is contained in:
@@ -13,3 +13,5 @@ thiserror = "2.0.17"
|
||||
uuid = {version = "1.18.1", features = ["v4", "serde"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
nom-exif = { version = "2.5.4", features = ["serde", "async", "tokio"] }
|
||||
dotenvy = "0.15.7"
|
||||
envy = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user