tldr-news 0.1.2

A command line tool to get the latest tldr tech news.
[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"