From 9090b45444adb551db63d75753fce3afb121af8c Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Wed, 15 Sep 2021 13:05:04 -0700 Subject: [PATCH] add README to cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 228fa1f..65e42be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" 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" [dependencies] libc = "0.2"