summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-01-31 22:38:57 +0100
committerGitHub <noreply@github.com>2024-01-31 22:38:57 +0100
commit163491f2378febc846190f64b60f199bd8e5ede8 (patch)
tree9d7edfe713d1ec554211978fa0e439ecbc20ef37 /cli/Cargo.toml
parentb91ae888601f3c6602ceb9ec083ac252d06e64ce (diff)
chore(publish): try to automatically open the web browser (#22208)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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