block-list 1.1.0

A simple tool for updating hosts block-list.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.atty]
version = "0.2.14"

[dependencies.curl]
version = "0.4.38"

[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.1.0"
[profile.release]
lto = true
panic = "abort"