yabinary/Cargo.toml

11 lines
246 B
TOML
Raw Normal View History

2024-07-23 03:12:06 +00:00
[package]
name = "yabinary"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5.9", features = ["derive"] }
image = "0.25.2"