From f6a74d71d80d7ee17aa4829db6f523c0e1b83ad1 Mon Sep 17 00:00:00 2001 From: Goren Barak Date: Fri, 1 Dec 2023 15:58:41 -0500 Subject: [PATCH] updated Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0311a0..282527d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "templest" +name = "temp" version = "0.1.1" edition = "2021" description = "A procedural macro to manage temporary variables"