Compare commits
No commits in common. "527c2cd16dd867637216f008efce6bd7727c81ad" and "09d783169b88629bd48860a373e959a56a5dc24d" have entirely different histories.
527c2cd16d
...
09d783169b
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
/target
|
||||
/Cargo.lock
|
12
Cargo.toml
12
Cargo.toml
|
@ -1,12 +0,0 @@
|
|||
[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
|
Loading…
Reference in a new issue