Files
matrix-rust-sdk/examples/command_bot/Cargo.toml

15 lines
275 B
TOML

[package]
name = "example-command-bot"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1"
tokio = { version = "1.20.1", features = ["full"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"