Files
turso/extensions/fuzzy/Cargo.toml
2025-09-23 11:49:41 +07:00

21 lines
471 B
TOML

[package]
name = "limbo_fuzzy"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Limbo fuzzy string extension"
[lib]
crate-type = ["cdylib", "lib"]
[features]
static = ["turso_ext/static"]
[dependencies]
turso_ext = { workspace = true, features = ["static"] }
[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "0.1", default-features = false }