Skip to content

Commit

Permalink
Set license instead of license-file in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yestyle committed Nov 9, 2023
1 parent 5e20f45 commit 0be42d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <yestyle@gmail.com>"]
edition = "2021"
license-file = "LICENSE"
license = "MIT"
categories = ["command-line-utilities"]
keywords = ["hex", "hexadecimal", "search"]
repository = "https://github.com/yestyle/hexsearch"
Expand Down

0 comments on commit 0be42d3

Please sign in to comment.