Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/Cargo.toml
2022-08-01 13:01:50 +02:00

17 lines
474 B
TOML

[package]
name = "matrix-sdk-integration-testing"
description = "Internal integration testing for matrix-sdk crate"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dev-dependencies]
matrix-sdk = { path = "../../crates/matrix-sdk" }
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
tempfile = "3.3.0"
anyhow = "1"
lazy_static = "1.4"
assign = "1"