mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
17 lines
474 B
TOML
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"
|