Skip to content
Prev Previous commit
Next Next commit
format TOML
  • Loading branch information
juleswritescode committed Jan 8, 2025
commit e4bb9462d9f813d7ce83e623ca80d4225c8c825c
10 changes: 5 additions & 5 deletions crates/pg_completions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ async-std = "1.12.0"

text-size.workspace = true

serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
pg_schema_cache.workspace = true
tree-sitter.workspace = true
tree_sitter_sql.workspace = true
pg_schema_cache.workspace = true
pg_treesitter_queries.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tree-sitter.workspace = true
tree_sitter_sql.workspace = true

sqlx.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/pg_lsp_new/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ anyhow = { workspace = true }
biome_deserialize = { workspace = true }
futures = "0.3.31"
pg_analyse = { workspace = true }
pg_completions = { workspace = true }
pg_configuration = { workspace = true }
pg_console = { workspace = true }
pg_diagnostics = { workspace = true }
pg_completions = { workspace = true }
pg_fs = { workspace = true }
pg_lsp_converters = { workspace = true }
pg_text_edit = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/pg_treesitter_queries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.0.0"


[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
tree-sitter.workspace = true
tree_sitter_sql.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/pg_workspace_new/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ futures = "0.3.31"
ignore = { workspace = true }
pg_analyse = { workspace = true, features = ["serde"] }
pg_analyser = { workspace = true }
pg_completions = { workspace = true }
pg_configuration = { workspace = true }
pg_console = { workspace = true }
pg_diagnostics = { workspace = true }
pg_completions = { workspace = true }
pg_fs = { workspace = true, features = ["serde"] }
pg_query_ext = { workspace = true }
pg_schema_cache = { workspace = true }
Expand Down
Loading