File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ async-std = "1.12.0"
16
16
17
17
text-size.workspace = true
18
18
19
- serde = { workspace = true , features = [" derive" ] }
20
- serde_json = { workspace = true }
21
- pg_schema_cache.workspace = true
22
- tree-sitter.workspace = true
23
- tree_sitter_sql.workspace = true
19
+ pg_schema_cache.workspace = true
24
20
pg_treesitter_queries.workspace = true
21
+ serde = { workspace = true , features = [" derive" ] }
22
+ serde_json = { workspace = true }
23
+ tree-sitter.workspace = true
24
+ tree_sitter_sql.workspace = true
25
25
26
26
sqlx.workspace = true
27
27
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ anyhow = { workspace = true }
16
16
biome_deserialize = { workspace = true }
17
17
futures = " 0.3.31"
18
18
pg_analyse = { workspace = true }
19
+ pg_completions = { workspace = true }
19
20
pg_configuration = { workspace = true }
20
21
pg_console = { workspace = true }
21
22
pg_diagnostics = { workspace = true }
22
- pg_completions = { workspace = true }
23
23
pg_fs = { workspace = true }
24
24
pg_lsp_converters = { workspace = true }
25
25
pg_text_edit = { workspace = true }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ version = "0.0.0"
12
12
13
13
14
14
[dependencies ]
15
- clap = { version = " 4.5.23" , features = [" derive" ] }
15
+ clap = { version = " 4.5.23" , features = [" derive" ] }
16
16
tree-sitter.workspace = true
17
17
tree_sitter_sql.workspace = true
18
18
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ futures = "0.3.31"
18
18
ignore = { workspace = true }
19
19
pg_analyse = { workspace = true , features = [" serde" ] }
20
20
pg_analyser = { workspace = true }
21
+ pg_completions = { workspace = true }
21
22
pg_configuration = { workspace = true }
22
23
pg_console = { workspace = true }
23
24
pg_diagnostics = { workspace = true }
24
- pg_completions = { workspace = true }
25
25
pg_fs = { workspace = true , features = [" serde" ] }
26
26
pg_query_ext = { workspace = true }
27
27
pg_schema_cache = { workspace = true }
You can’t perform that action at this time.
0 commit comments