mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 21:14:21 +01:00
21 lines
479 B
TOML
21 lines
479 B
TOML
[package]
|
|
name = "limbo_uuid"
|
|
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]
|
|
limbo_ext = { path = "../core", features = ["static"] }
|
|
uuid = { version = "1.11.0", features = ["v4", "v7"] }
|
|
|
|
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
|
mimalloc = { version = "*", default-features = false }
|