fixed a bug in project promotion where the folder for the project name

would be duplicated, and added rustbuster to the rust tools available!
This commit is contained in:
2026-09-02 14:29:50 -05:00
parent d14f02ad53
commit 86c3525493
5 changed files with 1168 additions and 18 deletions
+3
View File
@@ -9,6 +9,7 @@ anyhow = "1.0.103"
clap = { version = "4.6.1", features = ["derive"] }
clipboard = "0.5.0"
crossterm = "0.29.0"
dns-lookup = "4.0.1"
fs_extra = "1.3.0"
headless_chrome = "1.0.22"
ipnet = "2.12.0"
@@ -17,6 +18,7 @@ rand = "0.10.2"
ratatui = "0.30.0"
rayon = "1.12.0"
rcgen = "0.14.8"
reqwest = { version = "0.13.4", features = ["blocking"] }
rhai = { version = "1.24.0", features = ["metadata", "sync"] }
rustc-hash = "2.1.2"
rustls = "0.23.43"
@@ -25,4 +27,5 @@ sysinfo = "0.39.6"
textwrap = "0.16.2"
tokio = { version = "1.52.3", features = ["full"] }
tokio-rustls = "0.26.4"
trust-dns-resolver = "0.23.2"
walkdir = "2.5.0"