enc/Cargo.toml
2023-10-07 23:41:48 +05:30

15 lines
421 B
TOML

[package]
name = "enc-check"
version = "0.1.0"
edition = "2021"
authors = ["cool-mist <n.suryap@gmail.com>"]
license = "GPL-3.0-only"
description = "A tool to inspect character encodings"
homepage = "https://github.com/cool-mist/enc"
repository = "https://github.com/cool-mist/enc"
keywords = ["encodings", "utf-8", "utf8", "unicode"]
[dependencies]
clap = { version = "4.4.6", features = ["derive"] }
tabled = "0.14.0"