diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-04-04 14:12:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-04 14:12:19 +0200 |
| commit | 2d1598e51d10bfe4e331c1ad6ca7899c5cdbb468 (patch) | |
| tree | 0764ab46b04859c7e1a337d400395eb82b02c7ea /cli/Cargo.toml | |
| parent | 2c735294cd5e47f1f1eb6402a3b8c500dccd047b (diff) | |
CLI: open flag (#480)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] |
