This commit is contained in:
Dan Ballard 2022-04-21 17:40:59 -07:00
parent d00f8bbee4
commit 3a7c3e3000
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
[package]
name = "libcwtch"
version = "0.2.0"
version = "0.3.0"
authors = ["Dan Ballard <dan@mindstab.net>"]
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"
documentation = "https://docs.rs/libcwtch/0.2.0/libcwtch/"
documentation = "https://docs.rs/libcwtch/0.3.0/libcwtch/"
[build-dependencies]
hex-literal = "0.3.4"