aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 006d8c18c173c08036273fd3aca11dab6d17eb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "imgst"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.52", features = ["derive"] }
env_logger = "0.11.8"
ignore = "0.4.25"
log = "0.4.28"
web-image-meta = "0.2.1"