We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workspace
exclude
1 parent 27843bc commit c545f3cCopy full SHA for c545f3c
Cargo.toml
@@ -4,8 +4,9 @@ members = [
4
"borsh-derive",
5
"borsh-derive-internal",
6
"borsh-schema-derive-internal",
7
+ "fuzz/fuzz-run",
8
+ "benchmarks"
9
]
-exclude = [ "fuzz/fuzz-run", "benchmarks" ]
10
11
[workspace.package]
12
# shared version of all public crates in the workspace
0 commit comments