Files
matrix-rust-sdk/examples/autojoin/Cargo.toml
dependabot[bot] fc8cd2e7e5 chore(deps): bump tokio from 1.24.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-04 08:27:50 +01:00

19 lines
345 B
TOML

[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"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"