From a236f6d3742e059c6d0d50e44bdc58b2b96fa58e Mon Sep 17 00:00:00 2001 From: Tim Bruijnzeels Date: Tue, 19 Nov 2019 18:42:35 +0800 Subject: [PATCH] Add description and license so that we can publish to crates.io --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5e017656..2e47785b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "krill" version = "0.3.0" authors = ["Tim Bruijnzeels ", "Martin Hoffmann "] +description = "Resource Public Key Infrastructure (RPKI) daemon" +license = "MPL-2.0" [dependencies] actix-identity = "0.1.0"