mirror of
https://codeberg.org/JasterV/Image-Processing-CLI.git
synced 2026-04-26 18:10:07 +00:00
Added clap as a dependency to built the CLI in order to test the image crate through a simple to use command
14 lines
No EOL
285 B
TOML
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" |