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