fkget 0.1.0

A simple file downloader written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.reqwest]
features = ["blocking"]
version = "0.11"

[dependencies.url]
version = "2.2.2"

[package]
authors = ["Anish Nath <anish2good@yahoo.co.in>"]
description = "A simple file downloader written in Rust"
edition = "2018"
license = "MIT"
name = "fkget"
readme = "README.md"
repository = "https://github.com/anishnath/fkget"
version = "0.1.0"