mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 01:04:22 +01:00
add dynamic linking in extensions/time/Cargo.toml
This commit is contained in:
@@ -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