summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Guschin <guschin@altlinux.org>2026-07-25 18:27:58 +0400
committerAndrew Guschin <guschin@altlinux.org>2026-07-25 18:27:58 +0400
commit1f2dd740777115bbd490e939e9b02cd66bf379fc (patch)
treea13b89d1b650232911d026c1385f5a532dadc1fc /Cargo.toml
parentb32bf11dc1258e9c27bd610ef3173c9118ae6e6a (diff)
basic adwaita gui
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ad9aa9..75f7dc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,5 +2,9 @@
name = "flasher"
version = "0.1.0"
edition = "2024"
+description = "A GTK interface for preparing ALT Linux images for single-board computers"
+license = "GPL-2.0-or-later"
[dependencies]
+adw = { package = "libadwaita", version = "0.8", features = ["v1_5"] }
+gtk = { package = "gtk4", version = "0.10", features = ["v4_10"] }