diff --git a/crates/oxc/Cargo.toml b/crates/oxc/Cargo.toml index 73e56f2a3122d..b5631321f7407 100644 --- a/crates/oxc/Cargo.toml +++ b/crates/oxc/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_allocator/Cargo.toml b/crates/oxc_allocator/Cargo.toml index 88a56dff01e15..8b7ebdf431a3f 100644 --- a/crates/oxc_allocator/Cargo.toml +++ b/crates/oxc_allocator/Cargo.toml @@ -10,6 +10,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_ast/Cargo.toml b/crates/oxc_ast/Cargo.toml index a3c4df21a9bd5..c45e093a8fd1d 100644 --- a/crates/oxc_ast/Cargo.toml +++ b/crates/oxc_ast/Cargo.toml @@ -10,6 +10,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_ast_macros/Cargo.toml b/crates/oxc_ast_macros/Cargo.toml index 014fa28f674a6..b1887c565ac6d 100644 --- a/crates/oxc_ast_macros/Cargo.toml +++ b/crates/oxc_ast_macros/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_codegen/Cargo.toml b/crates/oxc_codegen/Cargo.toml index 64efd8e08e7c5..efd066f5bed96 100644 --- a/crates/oxc_codegen/Cargo.toml +++ b/crates/oxc_codegen/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/examples", "/src"] [lints] workspace = true diff --git a/crates/oxc_diagnostics/Cargo.toml b/crates/oxc_diagnostics/Cargo.toml index 2eafaccedfad9..4f2d39d105cb7 100644 --- a/crates/oxc_diagnostics/Cargo.toml +++ b/crates/oxc_diagnostics/Cargo.toml @@ -10,6 +10,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_js_regex/Cargo.toml b/crates/oxc_js_regex/Cargo.toml index 38dcac20c5f06..4027e4610181e 100644 --- a/crates/oxc_js_regex/Cargo.toml +++ b/crates/oxc_js_regex/Cargo.toml @@ -11,6 +11,7 @@ keywords.workspace = true license.workspace = true repository.workspace = true rust-version.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_language_server/Cargo.toml b/crates/oxc_language_server/Cargo.toml index 224f9b5718d1e..9a1c7c7fad6f0 100644 --- a/crates/oxc_language_server/Cargo.toml +++ b/crates/oxc_language_server/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_linter/Cargo.toml b/crates/oxc_linter/Cargo.toml index 41e6c9e8b0c75..0a0503efc3fc2 100644 --- a/crates/oxc_linter/Cargo.toml +++ b/crates/oxc_linter/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/examples", "/src"] [lints] workspace = true diff --git a/crates/oxc_macros/Cargo.toml b/crates/oxc_macros/Cargo.toml index 8a3a128c31aa5..d0974a031f85e 100644 --- a/crates/oxc_macros/Cargo.toml +++ b/crates/oxc_macros/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_module_lexer/Cargo.toml b/crates/oxc_module_lexer/Cargo.toml index ad26d670e778c..3736870590917 100644 --- a/crates/oxc_module_lexer/Cargo.toml +++ b/crates/oxc_module_lexer/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true -include = ["/src"] +include = ["/examples", "/src"] [lints] workspace = true diff --git a/crates/oxc_parser/Cargo.toml b/crates/oxc_parser/Cargo.toml index b3917f12d731c..1c9ee7b8da857 100644 --- a/crates/oxc_parser/Cargo.toml +++ b/crates/oxc_parser/Cargo.toml @@ -10,6 +10,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/examples", "/src"] [lints] workspace = true diff --git a/crates/oxc_prettier/Cargo.toml b/crates/oxc_prettier/Cargo.toml index 4220ab115657f..3ee51f982585f 100644 --- a/crates/oxc_prettier/Cargo.toml +++ b/crates/oxc_prettier/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/examples", "/src"] [lints] workspace = true diff --git a/crates/oxc_semantic/Cargo.toml b/crates/oxc_semantic/Cargo.toml index e244d62ddd711..e86d13fea9f88 100644 --- a/crates/oxc_semantic/Cargo.toml +++ b/crates/oxc_semantic/Cargo.toml @@ -10,7 +10,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true -include = ["/src"] +include = ["/examples", "/src"] [lints] workspace = true diff --git a/crates/oxc_span/Cargo.toml b/crates/oxc_span/Cargo.toml index f7c7237704f6d..abd67d38d51d0 100644 --- a/crates/oxc_span/Cargo.toml +++ b/crates/oxc_span/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_syntax/Cargo.toml b/crates/oxc_syntax/Cargo.toml index 6727749356383..a63b6718bbf66 100644 --- a/crates/oxc_syntax/Cargo.toml +++ b/crates/oxc_syntax/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true diff --git a/crates/oxc_transformer/Cargo.toml b/crates/oxc_transformer/Cargo.toml index 920d38d7c2ec3..a16861dbe0f46 100644 --- a/crates/oxc_transformer/Cargo.toml +++ b/crates/oxc_transformer/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/examples", "/src"] [lints] workspace = true diff --git a/crates/oxc_wasm/Cargo.toml b/crates/oxc_wasm/Cargo.toml index 8d4e034d349aa..38838aa5c9b34 100644 --- a/crates/oxc_wasm/Cargo.toml +++ b/crates/oxc_wasm/Cargo.toml @@ -8,6 +8,7 @@ keywords.workspace = true license.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true