[package]
edition = "2024"
name = "netrix"
version = "0.0.0"
authors = [
"Kevin Boos <kevinaboos@gmail.com>",
"Robius Project Maintainers",
"Palpo IM Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Matrix chat client written using Makepad + Robius app dev framework in Rust."
homepage = "https://robius.rs/"
documentation = "https://docs.rs/netrix"
readme = "README.md"
keywords = [
"matrix",
"chat",
"client",
"netrix",
"robius",
]
license = "MIT"
repository = "https://github.com/palpo-im/netrix"
[[bin]]
name = "netrix"
path = "src/main.rs"
[dependencies]