fixed issue with cargo

This commit is contained in:
Goren Barak 2023-11-30 13:50:47 -05:00
parent 71128268e4
commit 527c2cd16d

View file

@ -9,5 +9,4 @@ edition = "2021"
[lib] [lib]
name = "temp" name = "temp"
path = "temp.rs"
proc-macro = true proc-macro = true