mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-09 17:17:11 +00:00
20bf02f0ac
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
20 lines
487 B
TOML
20 lines
487 B
TOML
[package]
|
|
name = "nucleo"
|
|
description = "plug and play high performance fuzzy matcher"
|
|
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
repository = "https://github.com/helix-editor/nucleo"
|
|
readme = "README.md"
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
nucleo-matcher = { version = "0.2.0", path = "matcher" }
|
|
parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]}
|
|
rayon = "1.7.0"
|
|
|
|
[workspace]
|
|
members = [ "matcher", "bench" ]
|