mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril
Use workspace.dependencies to declare local dependencies
This commit is contained in:
commit
fa874627f0
27 changed files with 240 additions and 168 deletions
|
@ -25,9 +25,10 @@ tracing = "0.1.37"
|
|||
memmap2 = "0.5.4"
|
||||
snap = "1.0.5"
|
||||
|
||||
paths = { path = "../paths", version = "0.0.0" }
|
||||
tt = { path = "../tt", version = "0.0.0" }
|
||||
stdx = { path = "../stdx", version = "0.0.0" }
|
||||
profile = { path = "../profile", version = "0.0.0" }
|
||||
# local deps
|
||||
paths.workspace = true
|
||||
tt.workspace = true
|
||||
stdx.workspace = true
|
||||
profile.workspace = true
|
||||
# Intentionally *not* depend on anything salsa-related
|
||||
# base-db = { path = "../base-db", version = "0.0.0" }
|
||||
# base-db.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue