From 12d193c3a3a68f66810204e68432b180195ab432 Mon Sep 17 00:00:00 2001 From: Goren Barak Date: Thu, 30 Nov 2023 13:53:07 -0500 Subject: [PATCH] added some cargo metadata --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2a9acaf..f333a99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "temp" version = "0.1.0" edition = "2021" +description = "A procedural macro to manage temporary variables" +license = "Unlicense" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html