Files
matrix-rust-sdk/examples/autojoin/Cargo.toml
Jonas Platte dfec17e6af chore: Disable testing of crates without tests
This reduces the amount of "running 0 tests" spam when testing the whole
workspace and makes testing a little faster overall.
2022-08-05 11:10:31 +02:00

18 lines
306 B
TOML

[package]
name = "example-autojoin"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "example-autojoin"
test = false
[dependencies]
tokio = { version = "1.20.1", features = ["full"] }
anyhow = "1"
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"