add README to cargo.toml

This commit is contained in:
Dan Ballard 2021-09-15 13:05:04 -07:00
parent 7e053cd224
commit 9090b45444
1 changed files with 1 additions and 0 deletions

View File

@ -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"