From 0be42d387e5b3d74beb717a2bf028829473519c6 Mon Sep 17 00:00:00 2001 From: Philip Ye Date: Sat, 11 Feb 2023 00:04:10 +1300 Subject: [PATCH] Set license instead of license-file in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b0f130d..c2c0179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.1" description = "A CLI utility to search arbitrary bytes in files, by leveraging the power of regex crate in Rust." authors = ["Philip Ye "] edition = "2021" -license-file = "LICENSE" +license = "MIT" categories = ["command-line-utilities"] keywords = ["hex", "hexadecimal", "search"] repository = "https://github.com/yestyle/hexsearch"