Update license text

This commit is contained in:
surya 2023-10-07 23:41:48 +05:30
parent 096fb744a3
commit 87663e8b59

View File

@ -3,14 +3,12 @@ name = "enc-check"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["cool-mist <n.suryap@gmail.com>"] authors = ["cool-mist <n.suryap@gmail.com>"]
license = "GPL v3" license = "GPL-3.0-only"
description = "A tool to inspect character encodings" description = "A tool to inspect character encodings"
homepage = "https://github.com/cool-mist/enc" homepage = "https://github.com/cool-mist/enc"
repository = "https://github.com/cool-mist/enc" repository = "https://github.com/cool-mist/enc"
keywords = ["encodings", "utf-8", "utf8", "unicode"] keywords = ["encodings", "utf-8", "utf8", "unicode"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
clap = { version = "4.4.6", features = ["derive"] } clap = { version = "4.4.6", features = ["derive"] }
tabled = "0.14.0" tabled = "0.14.0"