summaryrefslogtreecommitdiff
path: root/crates/flasher-qt/Cargo.toml
blob: d964edcfec777099b6416364e846991461c86a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "flasher-qt"
version = "0.1.0"
edition = "2024"
description = "A native Qt Widgets interface for preparing ALT Linux SBC images"
license = "GPL-2.0-or-later"
build = "build.rs"

[build-dependencies]
cc = "1.4"
pkg-config = "0.3"