aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 709fe3a..006d8c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,9 @@ 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"