diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-03-30 21:59:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-30 21:59:28 +0200 |
| commit | 9414d56f97c5be71d9c37abb0fd1632a76bde995 (patch) | |
| tree | 21765202ebfe6539695b1a1f2062f86e2b3a9307 /cli/Cargo.toml | |
| parent | ed36ef3312c09c2f0f1d4a6f620772fccd064e50 (diff) | |
Rewrite of CLI using clap (#468)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e4fbb74c..f484bf32 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -23,10 +23,10 @@ elsa = "1.7" memmap2 = "0.5" notify = "5" once_cell = "1" -pico-args = "0.4" same-file = "1" siphasher = "0.3" walkdir = "2" +clap = { version = "4.2.1", features = ["derive"] } [features] default = ["embed-fonts"] |
