[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" # TODO: bump ruma = "*" # matrix-sdk dep ruma-client-api = "*" # ruma dep serde = "*" serde_json = "*" tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }