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"