mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 23:44:53 -04:00
23 lines
436 B
TOML
23 lines
436 B
TOML
[package]
|
|
name = "example-timeline"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "example-timeline"
|
|
test = false
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap = "4.0.16"
|
|
futures = "0.3"
|
|
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
|
|
tracing-subscriber = "0.3.15"
|
|
url = "2.2.2"
|
|
|
|
[dependencies.matrix-sdk]
|
|
path = "../../crates/matrix-sdk"
|
|
features = ["experimental-timeline", "sled"]
|
|
version = "0.6.0"
|