prololo-reborn/Cargo.toml

18 lines
507 B
TOML
Raw Normal View History

2021-09-08 17:50:31 +02:00
[package]
name = "prololo-reborn"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
clap = "3.0.0-beta.4"
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk", branch = "fix-invite-events-emitting" }
serde = "1.0"
serde_yaml = "0.8"
tokio = { version = "1.0", features = [ "full" ] }
tracing-subscriber = "0.2"
tracing = "0.1"
url = { version = "2.2", features = [ "serde" ] }