Files
matrix-rust-sdk/examples/custom_events/Cargo.toml
2023-05-02 15:06:46 +02:00

20 lines
369 B
TOML

[package]
name = "example-custom-events"
version = "0.1.0"
edition = "2021"
publish = false
[[bin]]
name = "example-custom-events"
test = false
[dependencies]
anyhow = "1"
serde = "1.0"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"