Files
matrix-rust-sdk/examples/autojoin/Cargo.toml
2022-08-23 18:30:44 +02:00

18 lines
327 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 = ["macros", "rt-multi-thread"] }
anyhow = "1"
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"