UI code reworked

This commit is contained in:
Ultradesu
2025-07-22 20:10:44 +03:00
parent c342134f03
commit 7cc446d227
4 changed files with 667 additions and 286 deletions

View File

@@ -3,6 +3,12 @@ name = "khm"
version = "0.6.3"
edition = "2021"
authors = ["AB <ab@hexor.cy>"]
description = "KHM - Known Hosts Manager for SSH key management and synchronization"
homepage = "https://github.com/house-of-vanity/khm"
repository = "https://github.com/house-of-vanity/khm"
license = "WTFPL"
keywords = ["ssh", "known-hosts", "security", "system-admin", "automation"]
categories = ["command-line-utilities", "network-programming"]
[dependencies]
actix-web = "4"