1
0
mirror of https://github.com/pcvolkmer/cert-tools.git synced 2025-07-01 22:12:55 +00:00

feat: add iced based GUI

This commit is contained in:
2025-01-05 18:02:43 +01:00
parent ee8409957c
commit 9847ff3229
4 changed files with 525 additions and 1 deletions

View File

@ -6,6 +6,9 @@ edition = "2021"
license = "GPL-3.0-or-later"
authors = ["Paul-Christian Volkmer"]
[workspace]
members = ["ui"]
[dependencies]
openssl = { version = "0.10"}
clap = { version = "4.5", features = ["std", "help", "usage", "derive", "error-context"], default-features = false }