14 lines
436 B
TOML
14 lines
436 B
TOML
[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" }
|
|
rand = "0.8.5"
|
|
schmfy = "0.1.0"
|
|
tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] }
|
|
tracing-subscriber = "0.3.17"
|