Adding workspace dependencies

This commit is contained in:
Rodolfo P A
2024-01-23 12:53:29 +00:00
parent 111803ab07
commit dd619630a3
3 changed files with 11 additions and 6 deletions
+5
View File
@@ -8,3 +8,8 @@ members = [
[patch.crates-io]
serde = { path = "serde" }
[workspace.dependencies]
syn = "2.0.46"
quote = "1.0.35"
proc-macro2 = "1.0.74"