picobak/Cargo.toml
Félix Baylac Jacqué cec77e8766 Fallback to mtime when no EXIF available
We add some logic to read the file mtime and fallback using that when
there's not enough informations in the EXIF container.
2023-08-24 16:18:35 +02:00

17 lines
402 B
TOML

[package]
name = "picobak"
version = "0.1.0"
edition = "2021"
authors = [ "Ninjatrappeur <ninjatrappeur@alternativebit.fr>" ]
license = "GPL-3.0"
repository = "https://git.alternativebit.fr/NinjaTrappeur/picobak"
[dependencies]
chrono = { version = "0.4.26", features = ["clock"] }
clap = { version = "4.3.24", features = ["derive"] }
kamadak-exif = "0.5.5"
[profile.release]
strip = true
lto = true