Skip to content

Commit 4cad319

Browse files
committed
feat: document store
1 parent 1275fd0 commit 4cad319

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

Cargo.lock

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ async-lsp = { version = "0.2", default-features = false, features = [
155155
"stdio",
156156
"tokio",
157157
] }
158+
crop = "0.4"
158159
# See <https://github.com/gluon-lang/lsp-types/issues/284>
159160
lsp-types = "0.95.0"
160161
tower = "0.5"

crates/lsp/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ solar-config = { workspace = true, features = ["version"] }
2828
solar-interface.workspace = true
2929

3030
async-lsp.workspace = true
31+
crop.workspace = true
3132
lsp-types.workspace = true
3233
tower.workspace = true
3334

0 commit comments

Comments
 (0)