Skip to content
Open
25 changes: 17 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bun.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"lockfileVersion": 1,
"configVersion": 0,
"workspaces": {
"": {
"name": "postgres_lsp",
Expand Down
4 changes: 4 additions & 0 deletions crates/pgls_completions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ tokio = { version = "1.41.1", features = ["full"] }

[dev-dependencies]
criterion.workspace = true
insta.workspace = true
pgls_test_utils.workspace = true
regex = "1.12.2"
unindent = "0.2.4"


[lib]
doctest = false
Expand Down
Loading