chore: Move workspace dependencies to workspace.dependencies (#7454)
We should prefer referring to local deps via `.workspace = true` from now on. Release Notes: - N/A
This commit is contained in:
parent
70e7ea365c
commit
743f9b345f
74 changed files with 972 additions and 888 deletions
|
@ -6,6 +6,6 @@ publish = false
|
|||
license = "GPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
gpui = { path = "../gpui" }
|
||||
gpui.workspace = true
|
||||
itertools = { package = "itertools", version = "0.10" }
|
||||
smallvec.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue