block-list 1.0.0

A simple tool for updating hosts block-list.
[dependencies.atty]
version = "0.2.14"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.4"

[package]
authors = ["Oliver Brotchie <o.brotchie@gmail.com>"]
description = "A simple tool for updating hosts block-list."
edition = "2018"
license = "GPL-3.0"
license-file = "LICENSE"
name = "block-list"
repository = "https://github.com/OliverBrotchie/block-list"
version = "1.0.0"
[profile.release]
lto = true
panic = "abort"