From ba53caa56cb74e2181c41098d7228501101bccf8 Mon Sep 17 00:00:00 2001 From: Jun Yoneyama Date: Mon, 5 Feb 2024 16:19:48 +0900 Subject: [PATCH] Add license field to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1a993ad..c425601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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