[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"] }