dhref 0.1.0

Download files embed to a page through relative/root-relative URLs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dhref"
version = "0.1.0"
authors = ["l-const <const-l@outlook.com>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/l-const/dhref"
description = "Download files embed to a page through relative/root-relative URLs."

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

[dependencies]
nipper = "0.1.9"
reqwest = { version = "0.11" , features = ["blocking"] }
tokio = { version = "1.4.0", features = ["full"] }
futures = "0.3.12"
clap = "2.33.3"