Skip to content

Commit ce2ab4f

Browse files
authored
Merge pull request #6371 from Jiloc/chore/exclude-config-docs-generator-from-workspace
chore: exclude `config-docs-generator` from workspace
2 parents 8715d36 + 99642fd commit ce2ab4f

File tree

5 files changed

+574
-96
lines changed

5 files changed

+574
-96
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ members = [
1111
"libsigner",
1212
"stacks-signer",
1313
"stacks-node",
14-
"contrib/tools/config-docs-generator"]
14+
]
15+
16+
exclude = ["contrib/tools/config-docs-generator"]
1517

1618
# Dependencies we want to keep the same between workspace members
1719
[workspace.dependencies]

0 commit comments

Comments
 (0)