aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-nucleo/bench/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-nucleo/bench/Cargo.toml')
-rw-r--r--crates/atuin-nucleo/bench/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/crates/atuin-nucleo/bench/Cargo.toml b/crates/atuin-nucleo/bench/Cargo.toml
new file mode 100644
index 00000000..d71734e1
--- /dev/null
+++ b/crates/atuin-nucleo/bench/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "atuin-nucleo-bench"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+atuin-nucleo = { version = "*", path = "../" }
+brunch = "0.5.0"
+fuzzy-matcher = "0.3.7"
+walkdir = "2"