This commit is contained in:
Dan Ballard 2022-07-31 08:21:17 -07:00
parent 2a9a4781c1
commit df895b0048
1 changed files with 7 additions and 1 deletions

View File

@ -2,9 +2,15 @@
name = "cwtch-imp"
version = "0.2.0"
edition = "2021"
license = "MIT"
description = "small demon, a familiar of a witch. imp is a set of bot creating utilities built on top of libcwtch-rs"
repository = "https://git.openprivacy.ca/cwtch.im/imp"
readme = "README.md"
documentation = "https://docs.rs/cwtch-imp/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcwtch = "0.4.0"
chrono = "0.4.19"
chrono = "0.4.19"