Skip to content

Commit

Permalink
fix: set license in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mubashwer committed Mar 12, 2023
1 parent 6b38be6 commit c1bb147
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "0.1.0"
authors = ["Mubashwer Salman Khurshid"]
edition = "2021"
description = "A CLI app which can help users automatically add co-author(s) to git commits for pair/mob programming"
license = "MIT"
license-file = "LICENSE"

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

Expand Down

0 comments on commit c1bb147

Please sign in to comment.