summaryrefslogtreecommitdiff
path: root/crates/flasher-qt/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2026-07-25 19:32:00 +0400
committerAndrew Guschin <guschin@altlinux.org>2026-07-25 19:32:11 +0400
commit9808b79f2076026217dbd0027de62b12ad299304 (patch)
tree68b62523fc50e70ea3bcc662af62c83e3dc7c3af /crates/flasher-qt/Cargo.toml
parent1f2dd740777115bbd490e939e9b02cd66bf379fc (diff)
add flasher-qt
Diffstat (limited to 'crates/flasher-qt/Cargo.toml')
-rw-r--r--crates/flasher-qt/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/flasher-qt/Cargo.toml b/crates/flasher-qt/Cargo.toml
new file mode 100644
index 0000000..5bbf918
--- /dev/null
+++ b/crates/flasher-qt/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "flasher-qt"
+version = "0.1.0"
+edition = "2024"
+description = "A Qt interface for preparing ALT Linux SBC images"
+license = "GPL-2.0-or-later"
+
+[dependencies]
+qmetaobject = "0.2.10"