bad-news/Cargo.toml

27 lines
652 B
TOML
Raw Normal View History

2021-02-02 04:20:27 +01:00
[package]
name = "bad-news"
version = "0.1.0"
authors = ["Antoine Martin <antoine97.martin@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
2021-02-02 04:20:27 +01:00
clap = "3.0.0-beta.2"
2021-02-07 19:02:24 +01:00
futures = "0.3"
regex = "1"
2021-02-02 04:20:27 +01:00
tokio = { version = "1", features = [ "full" ] }
tracing-subscriber = "0.2"
2021-02-02 06:04:06 +01:00
url = { version = "2.2", features = [ "serde" ] }
serde_regex = "1"
2021-02-02 06:12:29 +01:00
serde_yaml = "0.8"
2021-02-02 06:04:06 +01:00
serde = "1.0"
2021-02-07 19:02:24 +01:00
systemd = "0.8"
thiserror = "1.0"
void = "1"
2021-02-02 04:20:27 +01:00
[dependencies.matrix-sdk]
git = "https://github.com/matrix-org/matrix-rust-sdk"
2021-04-10 04:08:42 +02:00
rev = "b5de20349945afcde13a78f023b906f421bb9764"