MIAnex/Cargo.toml

25 lines
570 B
TOML

[package]
name = "mianex"
version = "0.0.1"
authors = ["Jean-Claude Graf <mail@jeanclaudegraf.ch>"]
edition = "2021"
description = "A manager for your photography archive."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
chrono = "0.4.24"
clap = { version = "4.2.7", features = ["derive"] }
git2 = "0.17.1"
kamadak-exif = "0.5.5"
regex = "1.8.1"
rust-ini = "0.19.0"
thiserror = "1.0.40"
[dev-dependencies]
pretty_assertions = "1.4.0"
rand = "0.8.5"
rstest = "0.18.2"
testdir = "0.8.0"