Skip to content

Commit

Permalink
Add license field to Cargo.toml (#7)
Browse files Browse the repository at this point in the history
## What

TSIA

## Why

To make Cargo recognize the license correctly
  • Loading branch information
junyoneyama committed Feb 8, 2024
2 parents c449304 + ba53caa commit e897013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "johari-mirror"
version = "0.1.0"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit e897013

Please sign in to comment.