From a2b0491fadacdda2386f90698726f507410e1f0a Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Sun, 6 Aug 2023 20:48:51 +0200 Subject: [PATCH] remove unused file --- src/Cargo.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/Cargo.toml diff --git a/src/Cargo.toml b/src/Cargo.toml deleted file mode 100644 index ed1429c..0000000 --- a/src/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "nucleo" -description = "plug and play high performance fuzzy matcher" -authors = ["Pascal Kuthe "] -version = "0.1.0" -edition = "2021" -license = "MPL-2.0" -repository = "https://github.com/helix-editor/nucleo" - -[dependencies] -nucleo-matcher = { version = "0.1", path = "../matcher" } -parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]} -rayon = "1.7.0"