From 4b67f8e45bf9e13601a6aeb03d517c38417690bf Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 8 Jun 2024 16:31:47 +0800 Subject: [PATCH] chore: only publish src --- crates/oxc_index/Cargo.toml | 1 + crates/oxc_module_lexer/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/crates/oxc_index/Cargo.toml b/crates/oxc_index/Cargo.toml index 4271deef8ddd5..6ad63111ffc71 100644 --- a/crates/oxc_index/Cargo.toml +++ b/crates/oxc_index/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 686695e6dc17f..ad26d670e778c 100644 --- a/crates/oxc_module_lexer/Cargo.toml +++ b/crates/oxc_module_lexer/Cargo.toml @@ -11,6 +11,7 @@ license.workspace = true repository.workspace = true rust-version.workspace = true categories.workspace = true +include = ["/src"] [lints] workspace = true