[package] name = "image-organiser" version = "0.3.4" edition = "2021" authors = ["Henrik Panhans "] license = "MIT" description = "A tool to organise images into folders by date" readme = "README.md" homepage = "https://github.com/henrik-dmg/image-organiser" repository = "https://github.com/henrik-dmg/image-organiser" keywords = ["cli", "images", "organisation"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.3", features = ["derive"] } anyhow = "1.0" chrono = "0.4" glob = "0.3"