Set up cove-macro proc macro crate
This commit is contained in:
parent
5b5370d2df
commit
dfb2ef5371
3 changed files with 38 additions and 7 deletions
12
cove-macro/Cargo.toml
Normal file
12
cove-macro/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "cove-macro"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.56"
|
||||
quote = "1.0.26"
|
||||
syn = "2.0.15"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue