Files
rust-tldr-news/Cargo.toml
T
2023-07-05 16:36:16 -07:00

16 lines
374 B
TOML

[package]
name = "tldr-news"
version = "0.1.2"
edition = "2021"
description = "A command line tool to get the latest tldr tech news."
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.26"
colored = "2.0.0"
reqwest = {version = "0.11", features = ["blocking"]}
scraper = "0.16.0"