From 7999fe491ae3196d44ed9381f3aa91bb15707e37 Mon Sep 17 00:00:00 2001 From: panicbit Date: Sat, 31 Oct 2020 20:55:28 +0100 Subject: [PATCH] add cargo metadata --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3e233a..684a12a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "northstar" version = "0.1.0" authors = ["panicbit "] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT OR Apache-2.0" +description = "Gemini server implementation" [dependencies] anyhow = "1.0.33"