From 3f0e17adebe4c7bd2a9ffe12e715deb78b6d7630 Mon Sep 17 00:00:00 2001 From: panicbit Date: Sat, 14 Nov 2020 04:57:48 +0100 Subject: [PATCH] add repo and doc links to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b2ea643..b717472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,8 @@ authors = ["panicbit "] edition = "2018" license = "MIT OR Apache-2.0" description = "Gemini server implementation" +repository = "https://github.com/panicbit/northstar" +documentation = "https://docs.rs/northstar" [dependencies] anyhow = "1.0.33"