zat/Cargo.toml

10 lines
262 B
TOML
Raw Normal View History

2022-03-16 22:17:40 -04:00
[package]
name = "zat"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-04-26 21:10:20 -04:00
matrix-sdk = "0.4.1"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }