mara/Cargo.toml

30 lines
690 B
TOML
Raw Normal View History

[package]
name = "mara"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6"
serde_dhall = "0.11"
serde_json = "1"
tracing = "0.1"
tracing-futures = "0.2"
tracing-log = "0.1"
tracing-subscriber = "0.2"
serde = { version = "1", features = [ "derive" ] }
reqwest = { version = "0.11", features = [ "json" ] }
tokio = { version = "1", features = [ "full" ] }
[dependencies.matrix-sdk]
git = "https://github.com/matrix-org/matrix-rust-sdk"
rev = "1563ecdf1acf52b74ebea3309e72e2f8f9e854f6"
features = [
"eyre",
"qrcode",
"encryption",
"markdown",
"sled_cryptostore",
]