Files
matrix-rust-sdk/examples/persist_session/Cargo.toml
2025-09-01 16:33:10 +02:00

29 lines
682 B
TOML

[package]
name = "example-persist-session"
version = "0.1.0"
edition = "2024"
publish = false
license = "Apache-2.0"
[package.metadata.release]
release = false
[[bin]]
name = "example-persist-session"
test = false
[dependencies]
anyhow.workspace = true
dirs.workspace = true
# 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" }
rand.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
tracing-subscriber.workspace = true
[lints]
workspace = true