diff --git a/Cargo.toml b/Cargo.toml index be6699edb6d19efac2cb981cbd75efd64580629e..a40d75fb72f5f0c05ec6d8a4130fab90d256f866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/settings/Cargo.toml b/crates/settings/Cargo.toml index eb884c1e3f856a58938c679c3d781c1716e516fd..b5cf8a0acfd036767a84a9ac41afc178447ec9f2 100644 --- a/crates/settings/Cargo.toml +++ b/crates/settings/Cargo.toml @@ -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