Files
matrix-rust-sdk/examples/custom_events/Cargo.toml
Benjamin Kampmann f1f1c1bba6 chore: Version bump
2022-09-28 17:07:37 +02:00

21 lines
384 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"
dirs = "4.0.0"
serde = "1.0"
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"
version = "0.6.0"