From 527c2cd16dd867637216f008efce6bd7727c81ad Mon Sep 17 00:00:00 2001 From: Goren Barak Date: Thu, 30 Nov 2023 13:50:47 -0500 Subject: [PATCH] fixed issue with cargo --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d76c2c..2a9acaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,4 @@ edition = "2021" [lib] name = "temp" -path = "temp.rs" proc-macro = true