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

22 lines
578 B
TOML
Raw Permalink Normal View History

2020-10-09 13:30:37 +02:00
[package]
name = "autarco-scraper"
2020-10-17 00:43:00 +02:00
version = "0.1.1"
2020-10-09 13:30:37 +02:00
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2021"
description = """"
Web service that provides a REST API layer over the My Autarco site/API to get
statistical data of your solar panels.
"""
readme = "README.md"
repository = "https://git.luon.net/paul/autarco-scraper"
license = "MIT"
2020-10-09 13:30:37 +02:00
[dependencies]
2022-10-17 19:54:57 +02:00
color-eyre = "0.6.2"
once_cell = "1.9.0"
reqwest = { version = "0.11.6", features = ["cookies", "json"] }
rocket = { version = "0.5.0-rc.2", features = ["json"] }
serde = "1.0.116"
toml = "0.5.6"
url = "2.2.2"