chonk-cli 0.1.0

Check the size of a file and determine its chonkiness
[dependencies.ansi_term]
version = "0.12"

[dependencies.clap]
features = ["derive"]
version = "3.1.10"

[dependencies.exitcode]
version = "1.1.2"

[package]
authors = ["Jonathan Keslin <github@jonathankeslin.com>"]
categories = ["command-line-utilities", "filesystem"]
description = "Check the size of a file and determine its chonkiness"
edition = "2021"
homepage = "https://github.com/decompil3d/chonk.rs"
keywords = ["cli", "chonk", "filesize"]
license = "MIT"
name = "chonk-cli"
readme = "README.md"
repository = "https://github.com/decompil3d/chonk.rs"
resolver = "2"
version = "0.1.0"