We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee354d commit 979be7aCopy full SHA for 979be7a
Cargo.toml
@@ -67,3 +67,7 @@ vendored-openssl = ["cargo/vendored-openssl"]
67
[profile.release-strip]
68
inherits = "release"
69
strip = "symbols"
70
+
71
+# To avoid #414
72
+[workspace]
73
+exclude = ["example-project", "example-workspace"]
0 commit comments