mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-15 18:12:57 -05:00
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>
20 lines
365 B
TOML
20 lines
365 B
TOML
[package]
|
|
name = "example-command-bot"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "example-command-bot"
|
|
test = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
|
|
tracing-subscriber = "0.3.15"
|
|
url = "2.2.2"
|
|
|
|
[dependencies.matrix-sdk]
|
|
path = "../../crates/matrix-sdk"
|
|
version = "0.6.0"
|