aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authormurilo ijanc2025-11-19 17:21:45 -0300
committermurilo ijanc2025-11-19 17:21:45 -0300
commit7c31bd4069e4a565a38bc4ed2f111140faf79883 (patch)
tree0f7c447e371b8666127c064872edb001853e4e26 /Cargo.toml
parent69074fa2fbda01440dcde11b90fe1e7183f61b36 (diff)
downloadimgst-7c31bd4069e4a565a38bc4ed2f111140faf79883.tar.gz
Add dependencies
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"