Configure all deps in workspace

This commit is contained in:
Joscha 2024-12-04 20:20:07 +01:00
parent cff933b0bf
commit 2ecc482533
5 changed files with 75 additions and 56 deletions

View file

@ -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