about summary refs log tree commit diff stats
path: root/pkgs/by-name/lf/lf-make-map/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-27 21:40:18 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-27 21:40:18 +0200
commit8fbac3c232691c18c410ad7e80f4f2108b3a8163 (patch)
tree0595206851f56db233261ab87c9973408770724e /pkgs/by-name/lf/lf-make-map/Cargo.toml
parentpkgs/lf-make-map: Reduce flake to a simple dev shell (diff)
downloadnixos-config-8fbac3c232691c18c410ad7e80f4f2108b3a8163.zip
pkgs/lf-make-map: Use trinitrix's keymaps library
The library was largely modelled after the previously used
`MappingTrie`. Thus using that results in code deduplication.
Diffstat (limited to 'pkgs/by-name/lf/lf-make-map/Cargo.toml')
-rw-r--r--pkgs/by-name/lf/lf-make-map/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/by-name/lf/lf-make-map/Cargo.toml b/pkgs/by-name/lf/lf-make-map/Cargo.toml
index 66611590..22860e12 100644
--- a/pkgs/by-name/lf/lf-make-map/Cargo.toml
+++ b/pkgs/by-name/lf/lf-make-map/Cargo.toml
@@ -12,13 +12,14 @@
 name = "lf-make-map"
 description = "An automatic lf cd mapping generator"
 version = "0.1.0"
-edition = "2021"
+edition = "2024"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-anyhow = "1.0.97"
-clap = { version = "4.5.35", features = ["derive", "env"] }
+anyhow = "1.0.98"
+clap = { version = "4.5.37", features = ["derive", "env"] }
+keymaps = "1.1.1"
 log = "0.4.27"
 stderrlog = "0.6.0"
 walkdir = "2.5.0"