Watch
1
0
Fork
You've already forked RedFlag
0
RedFlag/desktop/Cargo.toml
Fimeg f487de554a desktop: become the machine console
Qt/QML now carries 11 local views while the Agent owns observation and intent. Tauri, WebKit, and the second React desktop build leave together. Linux ships first; Windows waits for a native Qt runner.
2026-09-01 08:29:58 -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"