From 243ce6ed12b41ab0211b4b732ffc854aca808b10 Mon Sep 17 00:00:00 2001 From: Berin Aniesh Date: Tue, 3 Dec 2024 03:38:51 +0530 Subject: [PATCH] add license to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 821510a..e7799f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ authors = ["Berin Aniesh "] repository = "https://github.com/berinaniesh/bible-api" version = "0.1.0" edition = "2021" +license = "The Unlicense" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html