rename proc macro project

This commit is contained in:
Henry Schimke
2022-12-30 08:47:48 -06:00
parent a513b8c638
commit 4f7478245a
19 changed files with 18 additions and 18 deletions

View File

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