Files
matrix-rust-sdk/examples/command_bot/Cargo.toml
Jonas Platte dfec17e6af chore: Disable testing of crates without tests
This reduces the amount of "running 0 tests" spam when testing the whole
workspace and makes testing a little faster overall.
2022-08-05 11:10:31 +02:00

19 lines
326 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 = ["full"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"