mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
25 lines
542 B
TOML
25 lines
542 B
TOML
[package]
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "limbo_time"
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
description = "Limbo time extension"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "lib"]
|
|
|
|
[features]
|
|
static = ["limbo_ext/static"]
|
|
|
|
[target.'cfg(not(target_family = "wasm"))'.dependencies]
|
|
mimalloc = { version = "0.1", default-features = false }
|
|
|
|
[dependencies]
|
|
chrono = "0.4.39"
|
|
limbo_ext = { workspace = true, features = ["static"] }
|
|
strum = "0.26.3"
|
|
strum_macros = "0.26.3"
|
|
thiserror = "2.0.11"
|