reminder-bot/Cargo.toml

16 lines
505 B
TOML

[package]
name = "reminder-bot"
version = "0.1.0"
authors = ["Amanda Graven <amanda@amandag.net>"]
edition = "2018"
# 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", rev = "dbf8cf2" }
ms-converter = "1.4"
#serde = { version = "1.0", features = ["derive"] }
rpassword = "5.0"
serde_json = "1.0"
tokio = { version = "1.0", features = ["macros", "time", "rt-multi-thread"]}