mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-09 17:17:11 +00:00
13 lines
274 B
TOML
13 lines
274 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.3", path = "../" }
|
|
brunch = "0.5.0"
|
|
fuzzy-matcher = "0.3.7"
|
|
walkdir = "2"
|