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

19 lines
347 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.20.1", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"