This commit is contained in:
Frank Denis 2018-02-06 13:49:05 +01:00
parent 8bc0d9dbfa
commit 7036af5cab
3 changed files with 41 additions and 37 deletions

View file

@ -1,7 +1,13 @@
[package]
name = "doh-proxy"
version = "0.1.0"
version = "0.1.1"
authors = ["Frank Denis <github@pureftpd.org>"]
description = "A DNS-over-HTTPS (DoH) proxy"
keywords = ["dns","https","doh","proxy"]
license = "MIT"
homepage = "https://github.com/jedisct1/rust-doh"
repository = "https://github.com/jedisct1/rust-doh"
categories = ["asynchronous", "network-programming","command-line-utilities"]
[dependencies]
base64 = "~0.9"