You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
441 B
19 lines
441 B
[package] |
|
name = "libmatrix-client" |
|
version = "0.0.1" |
|
authors = ["Edward Shen <code@eddie.sh>"] |
|
edition = "2018" |
|
description = "Unofficial Rust implementation of the Matrix client API" |
|
license = "GPL-3.0-or-later" |
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
|
|
|
[dependencies] |
|
url = "2.1" |
|
reqwest = "0.9" |
|
serde_json = "1.0" |
|
serde = "1.0" |
|
olm-rs = "0.2" |
|
|
|
[dev-dependencies] |
|
mockito = "0.20"
|
|
|