From 698dcedefb100ccd6d17deb99c0e294bef7f0e20 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 16 Jun 2022 13:10:12 +0200 Subject: [PATCH] Add documentation link to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 59d5c12..a917903 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" description = "High-level Activitypub framework" license = "AGPL-3.0" repository = "https://github.com/LemmyNet/activitypub-federation-rust" +documentation = "https://docs.rs/activitypub_federation/" [workspace] members = ["derive"]