Skip to content

Commit

Permalink
chore: include build.rs in napi crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Feb 21, 2025
1 parent c933c6d commit c2ee806
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ authors.workspace = true
categories.workspace = true
edition.workspace = true
homepage.workspace = true
include = ["/src"]
keywords.workspace = true
license.workspace = true
publish = true
repository.workspace = true
rust-version.workspace = true
description.workspace = true
include = ["/src", "build.rs"]

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions napi/minify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ publish = false
repository.workspace = true
rust-version.workspace = true
description.workspace = true
include = ["/src", "build.rs"]

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions napi/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ publish = true
repository.workspace = true
rust-version.workspace = true
description.workspace = true
include = ["/src", "build.rs"]

[lints]
workspace = true
Expand Down
1 change: 1 addition & 0 deletions napi/transform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ publish = true
repository.workspace = true
rust-version.workspace = true
description.workspace = true
include = ["/src", "build.rs"]

[lints]
workspace = true
Expand Down

0 comments on commit c2ee806

Please sign in to comment.