[[bin]]
name = "aspect-ratio-cli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.37"
[package]
authors = ["anhkhoakz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple Rust library to calculate aspect ratio"
edition = "2021"
homepage = "https://github.com/anhkhoakz/some-rust-scripts/tree/main/aspect-ratio"
keywords = ["aspect-ratio", "rust", "cli"]
license = "GPL-2.0"
name = "aspect-ratio-cli"
readme = "README.md"
repository = "https://github.com/anhkhoakz/some-rust-scripts/tree/main/aspect-ratio"
version = "0.1.1"