aspect-ratio-cli 0.1.0

A simple Rust library to calculate aspect ratio
[[bin]]
name = "aspect-ratio-cli"
path = "src/main.rs"

[dependencies]

[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.0"