about summary refs log tree commit diff stats
path: root/pkgs/by-name/lf/lf-make-map/Cargo.toml
blob: 5273d47cb2ee8071f3ce8bcf30c222af28ad824b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lf-make-map"
description = "An automatic lf cd mapping generator"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.94"
clap = { version = "4.5.23", features = ["derive", "env"] }
log = "0.4.22"
stderrlog = "0.6.0"
walkdir = "2.5.0"