Move lsp server to this repo (#5619)
This commit is contained in:
@ -21,7 +21,7 @@ clap = { version = "4.5.27", default-features = false, optional = true, features
|
||||
"derive",
|
||||
] }
|
||||
convert_case = "0.8.0"
|
||||
dashmap = "6.1.0"
|
||||
dashmap = {workspace = true}
|
||||
dhat = { version = "0.3", optional = true }
|
||||
fnv = "1.0.7"
|
||||
form_urlencoded = "1.2.1"
|
||||
@ -35,7 +35,7 @@ itertools = "0.13.0"
|
||||
kcl-derive-docs = { version = "0.1.44", path = "../kcl-derive-docs" }
|
||||
kittycad = { workspace = true }
|
||||
kittycad-modeling-cmds = { workspace = true }
|
||||
lazy_static = "1.5.0"
|
||||
lazy_static = { workspace = true }
|
||||
measurements = "0.11.0"
|
||||
miette = { workspace = true }
|
||||
mime_guess = "2.0.5"
|
||||
@ -74,7 +74,7 @@ uuid = { workspace = true, features = ["v4", "js", "serde"] }
|
||||
validator = { version = "0.20.0", features = ["derive"] }
|
||||
web-time = "1.1"
|
||||
winnow = "=0.6.24"
|
||||
zip = { version = "2.2.2", default-features = false }
|
||||
zip = { workspace = true }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
js-sys = { version = "0.3.72" }
|
||||
|
||||
Reference in New Issue
Block a user