Image-Processing-CLI/Cargo.toml
Víctor Martínez 49c915ef6b Simple Clap CLI Implementation
Added clap as a dependency to built the CLI in order to test the image crate through a simple to use command
2020-11-22 02:08:21 +01:00

14 lines
No EOL
285 B
TOML

[package]
name = "imgffs"
version = "0.1.0"
authors = ["Víctor Martínez <victorcoder2@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "lib"
[dependencies]
image = "0.23.12"
clap = "2.33.3"