15 lines
476 B
TOML
15 lines
476 B
TOML
[package]
|
|
name = "message_log"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ruma = { version = "0.5.0", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls"] }
|
|
|
|
anyhow = "1.0.37"
|
|
assign = "1.1.1"
|
|
tokio = { version = "1.0.1", features = ["macros", "rt"] }
|
|
tokio-stream = { version = "0.1.1", default-features = false }
|