netrix 0.0.0

A Matrix chat client written using Makepad + Robius app dev framework in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "netrix"
authors = [
    "Kevin Boos <kevinaboos@gmail.com>",
    "Robius Project Maintainers",
    "Palpo IM Developers"
]
description = "A Matrix chat client written using Makepad + Robius app dev framework in Rust."
documentation = "https://docs.rs/netrix"
edition = "2024"  ## mostly just to allow let-chains
homepage = "https://robius.rs/"
keywords = ["matrix", "chat", "client", "netrix", "robius"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/palpo-im/netrix"
version = "0.0.0"

[dependencies]