mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-30 13:24:22 +01:00
21 lines
444 B
TOML
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 }
|