Skip to content

Commit 979be7a

Browse files
committed
Add an empty workspace to make recent cargo happy
Fixes #414.
1 parent 0ee354d commit 979be7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ vendored-openssl = ["cargo/vendored-openssl"]
6767
[profile.release-strip]
6868
inherits = "release"
6969
strip = "symbols"
70+
71+
# To avoid #414
72+
[workspace]
73+
exclude = ["example-project", "example-workspace"]

0 commit comments

Comments
 (0)