This commit is contained in:
2023-08-27 20:12:47 -04:00
commit f4aaa2a3d5
4 changed files with 107 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "prochash"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
quote = "1"
proc-macro2 = "1.0"
syn = { version = "2.0.28", features = ["full"] }
k12 = "0.3.0"