From 324bbcde600fc56799a1e4c8bbcdb5a20914b4a4 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 7 Jun 2021 14:47:36 +0200 Subject: [PATCH] Add Cargo keyword --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index faaceab..f6f0d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "doh-proxy" version = "0.4.0" authors = ["Frank Denis "] description = "A DNS-over-HTTPS (DoH) and ODoH (Oblivious DoH) proxy" -keywords = ["dns","https","doh","proxy"] +keywords = ["dns","https","doh","odoh","proxy"] license = "MIT" homepage = "https://github.com/jedisct1/rust-doh" repository = "https://github.com/jedisct1/rust-doh"