robrix 0.0.1-pre-alpha

A Matrix chat client written using the Robius app dev framework in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.matrix-sdk]
version = "0.6.2"

[package]
authors = ["Kevin Boos <kevinaboos@gmail.com>", "Robius Project"]
description = "A Matrix chat client written using the Robius app dev framework in Rust."
documentation = "https://docs.rs/robrix"
edition = "2021"
homepage = "https://robius.rs/"
keywords = ["matrix", "chat", "client", "robrix", "robius"]
license = "MIT"
name = "robrix"
readme = "README.md"
repository = "https://github.com/project-robius/robrix"
version = "0.0.1-pre-alpha"
[package.metadata.docs.rs]
all-features = true