This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
autarco-scraper/Cargo.toml
Paul van Tilburg 6cdc8e0929
Switch to the thirtyfour(_sync) crate
Also use color_eyre for error handling/reporting.
2020-10-09 16:33:27 +02:00

10 lines
181 B
TOML

[package]
name = "autarco-scraper"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2018"
[dependencies]
color-eyre = "0.5.6"
thirtyfour_sync = "0.19.0"