Skip to content

Commit 7c6c3da

Browse files
committed
add fuzz to the workspace members table
1 parent 237b897 commit 7c6c3da

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

Cargo.lock

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ clap = "4.5.37"
3838
getrandom = { version = "0.2", features = ["js"] }
3939

4040
[workspace]
41-
members = ["codegen"]
42-
exclude = ["fuzz", "bitcoind-tests"]
41+
members = ["codegen", "fuzz"]
42+
exclude = ["bitcoind-tests"]
4343

4444
[lints.clippy]
4545
# Exclude lints we don't think are valuable.

0 commit comments

Comments
 (0)