get-all-images 0.1.1

Get all images dimensions in folder
[package]
name = "get-all-images"
version = "0.1.1"
authors = ["ryan <chai_xb@163.com>"]
edition = "2018"
description = "Get all images dimensions in folder"
license = "MIT"

[[bin]]
name="gai"
path="src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = "3.0.0-beta.2"
clipboard = "0.5.0"
image = "0.23.12"
regex = "1.4.2"
serde = {version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"