Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

24 lines
636 B

[package]
name = "aozora"
version = "0.1.0"
authors = ["ElnuDev <elnu@elnu.com>"]
edition = "2021"
description = "A simple CLI for fetching Plume Labs air quality info."
homepage = "https://github.com/ElnuDev/aozora/"
repository = "https://github.com/ElnuDev/aozora/"
license = "GPL-3.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
lto = true
codegen-units = 1
[dependencies]
clap = { version = "3.2.22", features = ["derive"] }
colored = "2.0.0"
derive_more = "0.99.17"
reqwest = { version = "0.11.12", features = ["blocking"] }
scraper = "0.13.0"