Files
matrix-rust-sdk/examples/getting_started/Cargo.toml
dependabot[bot] 63c8696cac chore(deps): bump tokio from 1.22.0 to 1.23.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-07 14:06:32 +01:00

20 lines
374 B
TOML

[package]
name = "example-getting-started"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "example-getting-started"
test = false
[dependencies]
anyhow = "1"
dirs = "4.0.0"
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"