20 lines
643 B
TOML
20 lines
643 B
TOML
[package]
|
|
authors = ["Damir Jelić <poljar@termina.org.uk>"]
|
|
description = "Helpers to write tests for the Matrix SDK"
|
|
edition = "2018"
|
|
homepage = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
|
license = "Apache-2.0"
|
|
name = "matrix-sdk-test"
|
|
readme = "README.md"
|
|
repository = "https://github.com/matrix-org/matrix-rust-sdk"
|
|
version = "0.2.0"
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.61"
|
|
http = "0.2.3"
|
|
matrix-sdk-common = { version = "0.2.0", path = "../matrix_sdk_common" }
|
|
matrix-sdk-test-macros = { version = "0.1.0", path = "../matrix_sdk_test_macros" }
|
|
lazy_static = "1.4.0"
|
|
serde = "1.0.122"
|