Skip to content

Commit

Permalink
Merge main into only-new-async
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed May 22, 2024
2 parents 7faa44a + e9f5bc7 commit a5c10d0
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 a5c10d0

Please sign in to comment.