Files
turso/extensions/kvstore/Cargo.toml
2025-02-17 20:44:44 -05:00

21 lines
444 B
TOML

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