From 163491f2378febc846190f64b60f199bd8e5ede8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 31 Jan 2024 22:38:57 +0100 Subject: chore(publish): try to automatically open the web browser (#22208) --- cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index fba54c85b..89d677f9d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -135,6 +135,7 @@ typed-arena = "=2.0.1" unicode-width = "0.1" uuid = { workspace = true, features = ["serde"] } walkdir = "=2.3.2" +webbrowser = "0.8.12" zeromq = { version = "=0.3.4", default-features = false, features = ["tcp-transport", "tokio-runtime"] } zstd.workspace = true -- cgit v1.2.3