summaryrefslogtreecommitdiff
path: root/mut/neovim/pack/plugins/start/blink.cmp/Cargo.toml
blob: 55aa6ba24eb3b221eedc0de3f6cbf03aa7e6b21b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "blink-cmp-fuzzy"
version = "0.1.0"
edition = "2021"

[lib]
path = "lua/blink/cmp/fuzzy/lib.rs"
crate-type = ["cdylib"]

[dependencies]
regex = "1.11.1"
lazy_static = "1.5.0"
frizbee = { git = "https://github.com/saghen/frizbee" }
serde = { version = "1.0.216", features = ["derive"] }
heed = "0.21.0"
mlua = { version = "0.10.2", features = ["module", "luajit"] }