aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f09fcf6f27bbd21e4d9c83e8afd76b9791b6b43b (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "indexsearch"
version = "0.1.0"
edition = "2021"

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

[dependencies]
lazy_static = "1.4.0"
walkdir = "2.3.3"