Files
matrix-rust-sdk/examples/getting_started/Cargo.toml

15 lines
280 B
TOML

[package]
name = "example-getting-started"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1"
dirs = "4.0.0"
tokio = { version = "1.20.1", features = ["full"] }
tracing-subscriber = "0.3.15"
[dependencies.matrix-sdk]
path = "../../crates/matrix-sdk"