prololo-reborn/Cargo.toml
Antoine Martin 518f30d835 cargo: bump to matrix-rust-sdk PR branch
Waiting for the autojoin fix to reach a release
2021-09-11 20:07:18 +02:00

18 lines
507 B
TOML

[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" ] }