diff --git a/Cargo.toml b/Cargo.toml index e51080c..88e95df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "encrypted-dns" version = "0.1.0" authors = ["Frank Denis "] edition = "2018" +description = "A modern encrypted DNS server (DNSCrypt, Anonymized DNSCrypt, DoH)" +keywords = ["dnscrypt","dnscrypt-proxy","anonymized-dnscrypt","encryption","dns","https","doh","proxy"] +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"] [dependencies] byteorder = "1.3.2" diff --git a/README.md b/README.md index 2849ade..2d7b394 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,7 @@ The proxy creates and updates a file named `encrypted-dns.state` by default. Tha Do not delete the file, unless you want to change parameters (such as the provider name), and keep it secret, or the keys will be lost. Putting it in a directory that is only readable by the super-user is not a bad idea. + +## WIP + +This is still a work in progress.