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 ac5b853a27 Add Rocket and provide an API endpoint to read the status
Use Rocket from Git (master) which is the 0.5 dev release that
builds on stable Rust.
2020-10-09 17:31:08 +02:00

18 lines
396 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"
lazy_static = "1.4.0"
thirtyfour_sync = "0.19.0"
serde = "1.0.116"
[dependencies.rocket]
git = "https://github.com/SergioBenitez/Rocket"
default-features = false
[dependencies.rocket_contrib]
git = "https://github.com/SergioBenitez/Rocket"