Skip to content

Commit

Permalink
infra: more workspace cleanup
Browse files Browse the repository at this point in the history
- Turn back on `default-members`.
- Remove deps from root only used by mdbook preprocessors, since they
  are managed by themselves now.
  • Loading branch information
chriskrycho committed May 22, 2024
1 parent ea8cd41 commit 48909a1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
members = ["packages/tools"]
# default-members = ["packages/tools"]
default-members = ["packages/tools"]
resolver = "2"
exclude = [
"linkchecker", # linkchecker is part of the CI workflow
Expand All @@ -18,11 +18,7 @@ exclude = [
[workspace.dependencies]
walkdir = "2.3.1"
docopt = "1.1.0"
mdbook = "0.4.37"
pulldown-cmark = { version = "0.10.3", features = ["simd"] }
pulldown-cmark-to-cmark = "13.0.0"
serde = "1.0"
serde_json = "1.0"
regex = "1.3.3"
lazy_static = "1.4.0"
flate2 = "1.0.13"
Expand Down

0 comments on commit 48909a1

Please sign in to comment.