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:
Piotr Osiewicz 2024-02-06 20:41:36 +01:00 committed by GitHub
parent 70e7ea365c
commit 743f9b345f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
74 changed files with 972 additions and 888 deletions

View file

@ -14,10 +14,10 @@ doctest = false
# needed for "a few weeks" until alacritty 0.13.2 is out
alacritty_terminal = { git = "https://github.com/alacritty/alacritty", rev = "2d2b894c3b869fadc78fce9d72cb5c8d2b764cac" }
anyhow.workspace = true
db = { path = "../db" }
db.workspace = true
dirs = "4.0.0"
futures.workspace = true
gpui = { path = "../gpui" }
gpui.workspace = true
itertools = "0.10"
lazy_static.workspace = true
libc = "0.2"
@ -28,13 +28,13 @@ schemars.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
settings = { path = "../settings" }
settings.workspace = true
shellexpand = "2.1.0"
smallvec.workspace = true
smol.workspace = true
theme = { path = "../theme" }
theme.workspace = true
thiserror.workspace = true
util = { path = "../util" }
util.workspace = true
[dev-dependencies]
rand.workspace = true