19 lines
441 B
TOML
19 lines
441 B
TOML
[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"
|