Files
matrix-rust-sdk/examples/timeline/Cargo.toml
2022-08-23 18:30:44 +02:00

21 lines
402 B
TOML

[package]
name = "example-timeline"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "example-timeline"
test = false
[dependencies]
anyhow = "1"
futures = "0.3"
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
features = ["sled", "experimental-timeline"]