Add API key generator application with Slint UI

This commit is contained in:
2026-01-15 16:49:20 -06:00
commit 73c1f58a8f
5 changed files with 190 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rpc"
version = "0.1.0"
edition = "2021"
[dependencies]
slint = "1.8"
[build-dependencies]
slint-build = "1.8"