From 87663e8b596cb98c7a3a6ecbe41b8d8cdfb3445b Mon Sep 17 00:00:00 2001 From: surya Date: Sat, 7 Oct 2023 23:41:48 +0530 Subject: [PATCH] Update license text --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c6831bb..3508c80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,14 +3,12 @@ name = "enc-check" version = "0.1.0" edition = "2021" authors = ["cool-mist "] -license = "GPL v3" +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"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] clap = { version = "4.4.6", features = ["derive"] } tabled = "0.14.0"