Files
turso/extensions/time/Cargo.toml
2025-02-18 20:08:17 +02:00

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"