mirror of
https://github.com/solaeus/nucleo.git
synced 2024-11-10 01:27:10 +00:00
13 lines
377 B
TOML
13 lines
377 B
TOML
[package]
|
|
name = "nucleo"
|
|
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nucleo-matcher = { version = "0.1", path = "../matcher" }
|
|
parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]}
|
|
rayon = "1.7.0"
|