summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ed7b0bfb666bd7eed9157fa9a0606889e0dad418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "hackernews-scraper"
version = "0.1.0"
authors = ["Andrew Guschin <saintruler@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
select = "0.5.0"
reqwest = { version = "0.11", features = ["blocking"] }
tokio = { version = "1", features = ["full"] }