This commit is contained in:
parent
b1d66d7e9f
commit
5ff3338b30
1 changed files with 16 additions and 16 deletions
32
Cargo.toml
32
Cargo.toml
|
@ -8,21 +8,21 @@ repository = "https://github.com/nickpegg/photojawn"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "^1.0"
|
anyhow = "1.0"
|
||||||
clap = { version = "^4.5", features = ["derive"] }
|
clap = { version = "4.5", features = ["derive"] }
|
||||||
env_logger = "^0.11.8"
|
env_logger = "0.11.8"
|
||||||
fs_extra = "^1.3.0"
|
fs_extra = "1.3"
|
||||||
image = "^0.25.6"
|
image = "0.25.6"
|
||||||
indicatif = "^0.17.11"
|
indicatif = "0.17.11"
|
||||||
kamadak-exif = "^0.6.1"
|
kamadak-exif = "0.6.1"
|
||||||
log = "^0.4.27"
|
log = "0.4.27"
|
||||||
pulldown-cmark = "^0.13.0"
|
pulldown-cmark = "0.13.0"
|
||||||
rayon = "^1.10.0"
|
rayon = "1.10"
|
||||||
serde = { version = "^1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_yml = "^0.0.12"
|
serde_yml = "0.0.12"
|
||||||
tera = { version = "^1.20", default-features = false }
|
tera = { version = "1.20", default-features = false }
|
||||||
thiserror = "^2.0"
|
thiserror = "2.0"
|
||||||
time = { version = "^0.3.41", features = ["formatting", "macros", "parsing"] }
|
time = { version = "0.3.41", features = ["formatting", "macros", "parsing"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
mktemp = "^0.5.1"
|
mktemp = "0.5.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue