mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-10 01:27:10 +00:00
20bf02f0ac
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
12 lines
273 B
TOML
12 lines
273 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 = { version = "0.2", path = "../" }
|
|
brunch = "0.5.0"
|
|
fuzzy-matcher = "0.3.7"
|
|
walkdir = "2" |