24 lines
481 B
TOML
24 lines
481 B
TOML
[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" }
|
|
pulldown-cmark = "0.13"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
security-framework = "3"
|
|
slint.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[build-dependencies]
|
|
slint-build = "=1.17.1"
|