matrix-desktop/Cargo.toml

20 lines
392 B
TOML
Raw Permalink Normal View History

2023-01-17 14:14:07 -08:00
[package]
name = "matrix-desktop"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "4.1.1"
2023-01-17 14:16:33 -08:00
matrix-sdk = "0.6.2"
matrix-sdk-base = "0.6.1"
matrix-sdk-crypto = "0.6.0"
anyhow = "1"
dirs = "4.0.0"
tracing-subscriber = "0.3.15"
[dependencies.tokio]
version = "1.24.2"
features = ["full"]