Skip to content

Commit

Permalink
[WIP] Ch. 17: rewrite the opening example
Browse files Browse the repository at this point in the history
- Add `reqwest` and `scraper` dependencies to the `trpl` crate.
  • Loading branch information
chriskrycho committed Sep 19, 2024
1 parent 6f5773e commit cd3a1d3
Show file tree
Hide file tree
Showing 25 changed files with 10,663 additions and 515 deletions.
1,890 changes: 1,742 additions & 148 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["packages/tools"]
members = [ "listings/ch17-async-await/listing-scraper-01","packages/tools"]
default-members = ["packages/tools"]
resolver = "2"
exclude = [
Expand Down
Loading

0 comments on commit cd3a1d3

Please sign in to comment.