From 15c12faf4374656490cc93a4b34b0717496b8b6a Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 30 Jan 2021 10:37:16 +0400 Subject: Initial commit --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ed7b0bf --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "hackernews-scraper" +version = "0.1.0" +authors = ["Andrew Guschin "] +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"] } -- cgit v1.2.3