From 2d1598e51d10bfe4e331c1ad6ca7899c5cdbb468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20d=27Herbais=20de=20Thun?= Date: Tue, 4 Apr 2023 14:12:19 +0200 Subject: CLI: open flag (#480) --- 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 f484bf32..8b0f3517 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -27,6 +27,7 @@ same-file = "1" siphasher = "0.3" walkdir = "2" clap = { version = "4.2.1", features = ["derive"] } +open = "4.0.1" [features] default = ["embed-fonts"] -- cgit v1.2.3