nucleo/bench/Cargo.toml

12 lines
273 B
TOML
Raw Normal View History

2023-07-27 20:08:06 +00:00
[package]
name = "benches"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nucleo = { version = "0.2", path = "../" }
2023-07-27 20:08:06 +00:00
brunch = "0.5.0"
fuzzy-matcher = "0.3.7"
walkdir = "2"