add repo and doc links to Cargo.toml

This commit is contained in:
panicbit 2020-11-14 04:57:48 +01:00
parent 5924c684f8
commit 3f0e17adeb

View file

@ -5,6 +5,8 @@ authors = ["panicbit <panicbit.dev@gmail.com>"]
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"