From a08dfba08a2d3ccd10c42cf037cd1b374abf5099 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Tue, 24 Dec 2019 13:54:59 +0100 Subject: [PATCH] Prepare for publishing --- src/libdoh/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/libdoh/Cargo.toml b/src/libdoh/Cargo.toml index 07643e0..bde8360 100644 --- a/src/libdoh/Cargo.toml +++ b/src/libdoh/Cargo.toml @@ -2,9 +2,13 @@ name = "libdoh" version = "0.2.0" authors = ["Frank Denis "] +description = "DoH library for the rust-doh app" +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"] edition = "2018" -publish = false [features] default = []