🎨 Specify more dependencies at the workspace level

This commit is contained in:
Max Brunsfeld 2023-04-24 17:41:55 -07:00
parent b76194db97
commit ebbe52e6b0
66 changed files with 437 additions and 425 deletions

View file

@ -38,30 +38,30 @@ sum_tree = { path = "../sum_tree" }
terminal = { path = "../terminal" }
util = { path = "../util" }
aho-corasick = "0.7"
anyhow = "1.0.57"
async-trait = "0.1"
anyhow.workspace = true
async-trait.workspace = true
backtrace = "0.3"
futures = { workspace = true }
futures.workspace = true
ignore = "0.4"
lazy_static = "1.4.0"
log = { version = "0.4.16", features = ["kv_unstable_serde"] }
parking_lot = "0.11.1"
postage = { workspace = true }
lazy_static.workspace = true
log.workspace = true
parking_lot.workspace = true
postage.workspace = true
pulldown-cmark = { version = "0.9.1", default-features = false }
rand = "0.8.3"
regex = "1.5"
serde = { workspace = true }
serde_derive = { workspace = true }
serde_json = { workspace = true }
rand.workspace = true
regex.workspace = true
serde.workspace = true
serde_derive.workspace = true
serde_json.workspace = true
sha2 = "0.10"
similar = "1.3"
smol = "1.2.5"
thiserror = "1.0.29"
smol.workspace = true
thiserror.workspace = true
toml = "0.5"
[dev-dependencies]
ctor = "0.1"
env_logger = "0.9"
ctor.workspace = true
env_logger.workspace = true
pretty_assertions = "1.3.0"
client = { path = "../client", features = ["test-support"] }
collections = { path = "../collections", features = ["test-support"] }
@ -73,5 +73,5 @@ lsp = { path = "../lsp", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
rpc = { path = "../rpc", features = ["test-support"] }
tempdir = { version = "0.3.7" }
unindent = "0.1.7"
tempdir.workspace = true
unindent.workspace = true