[dependencies.reqwest]
features = ["blocking"]
version = "0.11"
[dependencies.tokio]
features = ["full"]
version = "1.16.1"
[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.2.0"