No description
- Rust 100%
| assets/icons | ||
| src | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
hu-desktop
desktop client for hu, built with rust and gpui.
requires a running instance of the hu backend.
building
cargo build --release
configuration
on first run, the app prompts for a backend url. config is stored at ~/.config/hu/config.toml (release) or ./config.toml (debug).
auth tokens are stored in the system keyring via the secret service api.