Skip to content

Commit

Permalink
Exclude generator from workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Dec 1, 2024
1 parent 568760d commit 8a08651
Show file tree
Hide file tree
Showing 2 changed files with 295 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.78.0"

[workspace]
members = ["components/*", "components/multimedia/image_framework"]
exclude = ["components/multimedia"]
exclude = ["components/multimedia", "scripts"]

[dependencies]
document-features = { version = "0.2", optional = true }
Expand Down
294 changes: 294 additions & 0 deletions scripts/generator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a08651

Please sign in to comment.