about summary refs log tree commit diff stats
path: root/pkgs/by-name/lf/lf-make-map/Cargo.toml
blob: c8c394c7d6c6d5dc8ecd9e6e41d9d7fcd6f50592 (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.89"
clap = { version = "4.5.18", features = ["derive", "env"] }
log = "0.4.22"
stderrlog = "0.6.0"
walkdir = "2.5.0"