scrape-le 0.1.0

Check whether a page is scrapeable before the scraper is written
1
2
3
4
5
6
# Contributors get the same toolchain CI uses, without being told to
# install anything. Scoped to crate/ because the rest of this repository
# is TypeScript and has no business acquiring a Rust toolchain.
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]