Fix build scripts not build

This commit is contained in:
2022-05-17 15:20:33 +08:00
parent 650e533519
commit 802fc7b658
6 changed files with 27 additions and 9 deletions

15
proc_macros/Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "proc_macros"
version = "0.0.1"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "proc_macros"
path = "proc_macros.rs"
proc-macro = true
[dependencies]
quote = "1"
syn = "1"