mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
24 lines
503 B
TOML
24 lines
503 B
TOML
[package]
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
name = "limbo_time"
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
|
|
[lib]
|
|
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"] }
|
|
strum = "0.26.3"
|
|
strum_macros = "0.26.3"
|
|
thiserror = "2.0.11"
|