RedFlag/desktop/Cargo.toml
Fimeg 67e26be2d9 projection: begin the exact-path public epoch
The public tree and its history contain only the listed paths. Earlier projection history remains preserved internally.

Source-Sha: 913fde029b935671833254797f0f20f1eb9fabba

Policy-Sha: 913fde029b935671833254797f0f20f1eb9fabba

Tree-Digest: 180ae530c1058a2a5c89837bdce2d323ae83e669e38590ca72e75b8d92b7262f
2026-09-08 21:59:33 -04:00

23 lines
469 B
TOML

[package]
name = "redflag-desktop"
version = "0.2.9"
edition = "2021"
license = "AGPL-3.0"
publish = false
description = "RedFlag native local-machine operations console"
[dependencies]
anyhow = "1"
cxx = "1"
cxx-qt = "0.9"
cxx-qt-lib = { version = "0.9", features = ["qt_full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[build-dependencies]
cxx-qt-build = "0.9"
qt-build-utils = "0.9"
[[bin]]
name = "redflag-desktop"
path = "src/main.rs"