Add Slint iOS repository browser

This commit is contained in:
Georg Bauer
2026-07-30 13:40:21 +02:00
parent 7f7c04fc0a
commit 6a0c5d7b4c
11 changed files with 5504 additions and 28 deletions

19
crates/app/Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "gotcha-app"
version = "0.1.0"
description = "Lightweight Slint client for Gitea on iOS"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
[[bin]]
name = "gotcha-app"
path = "src/main.rs"
[dependencies]
gotcha_gitea = { path = "../gitea" }
serde.workspace = true
serde_json.workspace = true
security-framework = "3"
slint.workspace = true
tokio.workspace = true