nix-files/pkgs/mx-sanebot/Cargo.toml
Colin d385845dd5 mx-sanebot: stream the sync events to avoid an inversion of control
the handler callback API is a poor fit for Rust lifetimes, so avoid it when possible
2023-04-25 09:48:42 +00:00

13 lines
304 B
TOML

[package]
name = "mx-sanebot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
futures = "0.3"
matrix-sdk = "0.6.2"
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }