Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril

Use workspace.dependencies to declare local dependencies
This commit is contained in:
bors 2023-01-17 10:29:27 +00:00
commit fa874627f0
27 changed files with 240 additions and 168 deletions

View file

@ -22,10 +22,10 @@ once_cell = "1.15.0"
indexmap = "1.9.1"
smol_str = "0.1.23"
stdx = { path = "../stdx", version = "0.0.0" }
text-edit = { path = "../text-edit", version = "0.0.0" }
parser = { path = "../parser", version = "0.0.0" }
profile = { path = "../profile", version = "0.0.0" }
parser.workspace = true
profile.workspace = true
stdx.workspace = true
text-edit.workspace = true
[dev-dependencies]
rayon = "1.5.3"
@ -34,8 +34,8 @@ proc-macro2 = "1.0.47"
quote = "1.0.20"
ungrammar = "1.16.1"
test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }
test-utils.workspace = true
sourcegen.workspace = true
[features]
in-rust-tree = []