summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
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"]