Move settings_macros to Cargo workspace (#38962)

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-09-26 14:20:36 +00:00
committed by GitHub
parent d5aa81a5b2
commit 5ee73d3e3c
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -384,6 +384,7 @@ search = { path = "crates/search" }
semantic_version = { path = "crates/semantic_version" }
session = { path = "crates/session" }
settings = { path = "crates/settings" }
settings_macros = { path = "crates/settings_macros" }
settings_ui = { path = "crates/settings_ui" }
snippet = { path = "crates/snippet" }
snippet_provider = { path = "crates/snippet_provider" }
+3 -3
View File
@@ -28,13 +28,13 @@ paths.workspace = true
release_channel.workspace = true
rust-embed.workspace = true
schemars.workspace = true
serde_json_lenient.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_json_lenient.workspace = true
serde_path_to_error.workspace = true
serde_repr.workspace = true
serde_with.workspace = true
serde.workspace = true
settings_macros = { path = "../settings_macros" }
settings_macros.workspace = true
smallvec.workspace = true
strum.workspace = true
tree-sitter-json.workspace = true