Skip to content

Commit

Permalink
Re-add empty [workspace] tag to occt-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
bschwind committed Nov 30, 2024
1 parent 6f503d3 commit c661c62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/occt-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ exclude = [

[dependencies]
cmake = "0.1"

# Adding an empty workspace table so occt-sys doesn't believe
# it's in the parent workspace. This crate is excluded from
# the top-level workspace because it takes quite awhile to
# build and the crate doesn't change very often.
[workspace]

0 comments on commit c661c62

Please sign in to comment.