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 Feb 10, 2023
1 parent b31c78e commit cb041b9
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.0"
description = "A CLI utility to read / write hexadecimal value from / to a file"
authors = ["Philip Ye <yestyle@gmail.com>"]
edition = "2021"
license-file = "LICENSE"
license = "MIT"
categories = ["command-line-utilities"]
keywords = ["hex", "hexadecimal"]
repository = "https://github.com/yestyle/hexrw"
Expand Down

0 comments on commit cb041b9

Please sign in to comment.