matrix-rust-bot/Cargo.toml

15 lines
436 B
TOML
Raw Normal View History

2023-07-06 16:31:39 +02:00
[package]
name = "matrix-rust-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.71"
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", package = "matrix-sdk" }
2023-07-06 19:22:42 +02:00
rand = "0.8.5"
2023-07-07 18:55:53 +02:00
schmfy = "0.2.0"
2023-07-06 16:31:39 +02:00
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.17"