diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-08-04 10:26:40 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-08-07 09:56:15 +0200 |
| commit | 44d07531a41fa07ab38d1c1af73f2f4bd568cd23 (patch) | |
| tree | 987f1ac17c30e6ad14b47f7be31f4f7d820eafc2 /Cargo.toml | |
| parent | 1523898a341b9f0a4285daffa1c5d7b7d8390b21 (diff) | |
| download | mullvadvpn-44d07531a41fa07ab38d1c1af73f2f4bd568cd23.tar.xz mullvadvpn-44d07531a41fa07ab38d1c1af73f2f4bd568cd23.zip | |
Make clap a workspace dependency and activate features used by all
Both mullvad-setup and mullvad-problem-report had not specified the
"derive" feature. Moving it to workspace dependency is probably nicer.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 4e89bfc736..8a0f97ccf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,7 @@ prost-types = "0.11" windows-sys = "0.45.0" chrono = { version = "0.4.26", default-features = false} +clap = { version = "4.2.7", features = ["cargo", "derive"] } [profile.release] |
