feat(toolbox): ui update

This commit is contained in:
2025-08-09 18:48:34 -04:00
parent d13484d282
commit b251bc34f3
30 changed files with 7525 additions and 1267 deletions

View File

@@ -21,13 +21,14 @@ maintainers = [
]
dependencies = [
"typer[all]",
"typer",
"libclang",
"questionary",
"rich",
"pyyaml",
"cryptography",
"pyOpenSSL"
"pyOpenSSL",
"pyinstaller"
]
[project.scripts]