nucleo/benches/Cargo.toml
Pascal Kuthe 39982dc81a
snapshot
2023-07-28 18:03:09 +02:00

13 lines
337 B
TOML

[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-matcher = { version = "0.1", path = "../matcher" }
nucleo = { version = "0.1", path = "../worker" }
brunch = "0.5.0"
fuzzy-matcher = "0.3.7"
walkdir = "2"