From 7d3a944434177a6cedb9a0a99c0874a9d7714ca8 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 20 Sep 2019 12:22:41 +0200 Subject: [PATCH] Add README.md --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a6d3841..bafc378 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT" homepage = "https://github.com/jedisct1/encrypted-dns-server" repository = "https://github.com/jedisct1/encrypted-dns-server" categories = ["asynchronous", "network-programming","command-line-utilities"] +readme = "README.md" [dependencies] byteorder = "1.3.2"