mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
add dynamic linking in extensions/time/Cargo.toml
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1671,6 +1671,7 @@ version = "0.0.13"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"limbo_ext",
|
||||
"mimalloc",
|
||||
"strum",
|
||||
"strum_macros",
|
||||
"thiserror 2.0.11",
|
||||
|
||||
@@ -12,6 +12,9 @@ crate-type = ["cdylib", "lib"]
|
||||
[features]
|
||||
static = ["limbo_ext/static"]
|
||||
|
||||
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
||||
mimalloc = { version = "*", default-features = false }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.39"
|
||||
limbo_ext = { path = "../core", features = ["static"] }
|
||||
|
||||
Reference in New Issue
Block a user