summaryrefslogtreecommitdiff
path: root/crates/flasher-qt/Cargo.toml
diff options
context:
space:
mode:
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"