Files
matrix-rust-sdk/examples/timeline/Cargo.toml
2023-07-20 13:28:14 +02:00

22 lines
572 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-util = "0.3"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
url = "2.2.2"
# when copy-pasting this, please use a git dependency or make sure that you
# have copied the example as it was at the time of the release you use.
matrix-sdk = { path = "../../crates/matrix-sdk" }
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }