Skip to content

Commit

Permalink
Add an empty workspace to make recent cargo happy
Browse files Browse the repository at this point in the history
Fixes #414.
  • Loading branch information
lu-zero committed Oct 16, 2024
1 parent 0ee354d commit 96d7880
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ vendored-openssl = ["cargo/vendored-openssl"]
[profile.release-strip]
inherits = "release"
strip = "symbols"

# To avoid #414
[workspace]
exclude = ["example-project", "example-workspace"]

0 comments on commit 96d7880

Please sign in to comment.