Add new subcommand for opening recipes in desktop app (#4970)

This commit is contained in:
Kevin Everly
2025-10-06 10:06:42 -07:00
committed by GitHub
parent fb92e713a9
commit 202fea5ed8
3 changed files with 145 additions and 25 deletions
+1
View File
@@ -58,6 +58,7 @@ tokio-util = { version = "0.7.15", features = ["compat"] }
is-terminal = "0.4.16"
anstream = "0.6.18"
url = "2.5.7"
open = "5.3.2"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["wincred"] }