From c1bb1476fd932022ece5b2f4bccf86ea4399377e Mon Sep 17 00:00:00 2001 From: Mubashwer Salman Khurshid Date: Sun, 12 Mar 2023 19:25:55 +0600 Subject: [PATCH] fix: set license in Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c2c477d..a226245 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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