[package] name = "example-autojoin" version = "0.1.0" edition = "2021" publish = false [[bin]] name = "example-autojoin" test = false [dependencies] tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] } anyhow = "1" tracing-subscriber = "0.3.15" # when copy-pasting this, please use a git dependency or make sure that you # have copied the example as it was at the time of the release you use. matrix-sdk = { path = "../../crates/matrix-sdk" }