Sort images by creation date read from EXIF or file modify date
This commit is contained in:
@ -9,6 +9,7 @@ axum = { version = "0.6.7", features = ["form", "macros"] }
|
||||
axum-sessions = "0.4.1"
|
||||
axum-template = { version = "0.14.0", features = ["minijinja"] }
|
||||
chacha20poly1305 = { version = "0.10.1", features = ["std"] }
|
||||
chrono = "0.4.24"
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
image = { version = "0.24.5", default-features = false, features = ["jpeg", "webp-encoder"] }
|
||||
kamadak-exif = "0.5.5"
|
||||
|
Reference in New Issue
Block a user