From b6b9fd6cd8f20fd89cb63f97a14318d1452813e1 Mon Sep 17 00:00:00 2001 From: Philippe Delrieu Date: Thu, 18 Jan 2024 09:50:04 +0100 Subject: [PATCH] Update crates/cli/Cargo.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tuomas Mäkinen <1947505+tuommaki@users.noreply.github.com> --- crates/cli/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index f64e345c..f21e94f4 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -2,8 +2,7 @@ name = "gevulot-cli" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.71"