From 5dd91d52dca9cbcdea57f33bd6b301b8faf599c2 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 15 Sep 2021 13:13:23 -0700 Subject: [PATCH] add docs.rs documentation metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 65e42be..6f7122b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT" description = "libcwtch is an interface to a Cwtch app that allows creating of profiles to communicate with contacts over the Cwtch protocol" repository = "https://git.openprivacy.ca/cwtch.im/libcwtch-rs" readme = "README.md" +documentation = "https://docs.rs/libcwtch/0.1.0/libcwtch/" [dependencies] libc = "0.2"