From dc385cdb84d7c208184150e973390053e5ec62dc Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Sun, 7 May 2023 12:13:14 +0200 Subject: [PATCH] Add description and license to ekore --- crates/ekore/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/ekore/Cargo.toml b/crates/ekore/Cargo.toml index 4a98698ca..f58d817e5 100644 --- a/crates/ekore/Cargo.toml +++ b/crates/ekore/Cargo.toml @@ -2,6 +2,8 @@ name = "ekore" version = "0.1.0" edition = "2021" +description = "EKO expressions" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html