remove unused file

This commit is contained in:
Pascal Kuthe 2023-08-06 20:48:51 +02:00
parent ca9ffd9cb0
commit a2b0491fad
No known key found for this signature in database
GPG Key ID: D715E8655AE166A6

View File

@ -1,13 +0,0 @@
[package]
name = "nucleo"
description = "plug and play high performance fuzzy matcher"
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
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"