From ecd89524e312609fcf859854ad4fb6294a6e4634 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Sun, 18 Feb 2024 23:06:14 +0100 Subject: [PATCH] add license to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ed29050..d131b6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ name = "bw-menu" version = "0.1.0" authors = ["Navid Sassan "] edition = "2021" +license = "The Unlicense" [dependencies] clap = { version = "4.4", features = ["derive"] }