@@ -46,7 +46,6 @@ syn = "1.0.109"
46
46
termcolor = " 1.4.1"
47
47
test-log = " 0.2.17"
48
48
tokio = { version = " 1.40.0" , features = [" full" ] }
49
- tower-lsp = " 0.20.0"
50
49
tracing = { version = " 0.1.40" , default-features = false , features = [" std" ] }
51
50
tracing-bunyan-formatter = { version = " 0.3.10 " }
52
51
tracing-subscriber = " 0.3.18"
@@ -57,7 +56,6 @@ unicode-width = "0.1.12"
57
56
# postgres specific crates
58
57
pgt_analyse = { path = " ./crates/pgt_analyse" , version = " 0.0.0" }
59
58
pgt_analyser = { path = " ./crates/pgt_analyser" , version = " 0.0.0" }
60
- pgt_base_db = { path = " ./crates/pgt_base_db" , version = " 0.0.0" }
61
59
pgt_cli = { path = " ./crates/pgt_cli" , version = " 0.0.0" }
62
60
pgt_completions = { path = " ./crates/pgt_completions" , version = " 0.0.0" }
63
61
pgt_configuration = { path = " ./crates/pgt_configuration" , version = " 0.0.0" }
@@ -69,9 +67,7 @@ pgt_flags = { path = "./crates/pgt_flags", version = "0.0.0" }
69
67
pgt_fs = { path = " ./crates/pgt_fs" , version = " 0.0.0" }
70
68
pgt_lexer = { path = " ./crates/pgt_lexer" , version = " 0.0.0" }
71
69
pgt_lexer_codegen = { path = " ./crates/pgt_lexer_codegen" , version = " 0.0.0" }
72
- pgt_lint = { path = " ./crates/pgt_lint" , version = " 0.0.0" }
73
70
pgt_lsp = { path = " ./crates/pgt_lsp" , version = " 0.0.0" }
74
- pgt_lsp_converters = { path = " ./crates/pgt_lsp_converters" , version = " 0.0.0" }
75
71
pgt_markup = { path = " ./crates/pgt_markup" , version = " 0.0.0" }
76
72
pgt_query_ext = { path = " ./crates/pgt_query_ext" , version = " 0.0.0" }
77
73
pgt_query_ext_codegen = { path = " ./crates/pgt_query_ext_codegen" , version = " 0.0.0" }
@@ -81,14 +77,11 @@ pgt_statement_splitter = { path = "./crates/pgt_statement_splitter", version
81
77
pgt_text_edit = { path = " ./crates/pgt_text_edit" , version = " 0.0.0" }
82
78
pgt_text_size = { path = " ./crates/pgt_text_size" , version = " 0.0.0" }
83
79
pgt_treesitter_queries = { path = " ./crates/pgt_treesitter_queries" , version = " 0.0.0" }
84
- pgt_type_resolver = { path = " ./crates/pgt_type_resolver" , version = " 0.0.0" }
85
80
pgt_typecheck = { path = " ./crates/pgt_typecheck" , version = " 0.0.0" }
86
81
pgt_workspace = { path = " ./crates/pgt_workspace" , version = " 0.0.0" }
87
82
88
83
pgt_test_macros = { path = " ./crates/pgt_test_macros" }
89
84
pgt_test_utils = { path = " ./crates/pgt_test_utils" }
90
85
91
- docs_codegen = { path = " ./docs/codegen" , version = " 0.0.0" }
92
-
93
86
[profile .dev .package ]
94
87
insta.opt-level = 3
0 commit comments