[package] name = "jk" version = "0.1.1" edition = "2021" license = "MIT" description = "CLI tool for managing photos" keywords = ["cli", "photos"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ansi_term = "0.12.1" anyhow = "1.0.64" chrono = "0.4.22" clap = { version = "3.2.20", features = ["derive"] } regex = "1.6.0" rexif = "0.7.3" # todo: remove unneeded features tokio = { version = "1.21.0", features = ["full"] } tracing = "0.1.36" tracing-subscriber = "0.3.15" walkdir = "2.3.2"