zat/Cargo.toml
2022-04-26 21:10:20 -04:00

10 lines
262 B
TOML

[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]
matrix-sdk = "0.4.1"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }