Files
turso/extensions/completion/Cargo.toml
2025-03-04 14:43:07 -03:00

20 lines
431 B
TOML

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