Compare commits

...

2 commits

Author SHA1 Message Date
Goren Barak 527c2cd16d fixed issue with cargo 2023-11-30 13:50:47 -05:00
Goren Barak 71128268e4 set up cargo 2023-11-30 13:49:47 -05:00
3 changed files with 14 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/target
/Cargo.lock

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "temp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[lib]
name = "temp"
proc-macro = true

View file