nucleo/worker/Cargo.toml

14 lines
414 B
TOML
Raw Normal View History

2023-07-27 20:08:06 +00:00
[package]
name = "nucleo"
2023-07-29 19:43:02 +00:00
description = "plug and play high performance fuzzy matcher"
2023-07-27 20:08:06 +00:00
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
version = "0.1.0"
edition = "2021"
2023-07-29 19:43:02 +00:00
license = "MPL-2.0"
repository = "https://github.com/helix-editor/nucleo"
2023-07-27 20:08:06 +00:00
[dependencies]
nucleo-matcher = { version = "0.1", path = "../matcher" }
parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]}
rayon = "1.7.0"