matrix-modbot/Cargo.toml

16 lines
487 B
TOML

[package]
name = "matrix-modbot"
authors = ["David (Peiran) Dai https://www.gitlab.com/david-0609"]
version = "0.1.0"
edition="2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk" }
tokio = { version = "1.21.2", features = ["full"] }
reqwest = { version = "0.11", features = ["json", "blocking"] }
configparser = "3.0.2"
anyhow = "1.0"
log = "0.4.17"