about summary refs log tree commit diff stats
path: root/sys/nixpkgs/pkgs/lf-make-map/Cargo.toml
blob: d11ca927461ef833b0c0f8c7e8c87e221e0c831f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.82"
clap = { version = "4.5.4", features = ["derive", "env"] }
log = "0.4.21"
stderrlog = "0.6.0"
thiserror = "1.0.59"
tokio = { version = "1.37.0", features = ["fs", "macros", "rt-multi-thread"] }
walkdir = "2.5.0"