Configure all deps in workspace
This commit is contained in:
parent
cff933b0bf
commit
2ecc482533
5 changed files with 75 additions and 56 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "cove-macro"
|
||||
version = { workspace = true }
|
||||
edition = { workspace = true }
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.83"
|
||||
quote = "1.0.36"
|
||||
syn = "2.0.65"
|
||||
proc-macro2.workspace = true
|
||||
quote.workspace = true
|
||||
syn.workspace = true
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue