From 61a00b50661247cf151fb0756e3f16699f6ae701 Mon Sep 17 00:00:00 2001 From: nullchinchilla Date: Tue, 14 May 2024 12:19:49 -0400 Subject: [PATCH] Add documentation link to Cargo.toml for Mel bootstrap project --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e29258a..7605960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.8.5" edition = "2021" description="Trust bootstrapping for Mel clients" license = "ISC" +documentation="https://github.com/mel-project/melbootstrap"