mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 14:04:22 +01:00
18 lines
362 B
TOML
18 lines
362 B
TOML
[package]
|
|
name = "limbo_ext"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Limbo extensions core"
|
|
|
|
[features]
|
|
core_only = []
|
|
static = []
|
|
|
|
[dependencies]
|
|
chrono = "0.4.40"
|
|
getrandom = { version = "0.3.1", features = ["wasm_js"] }
|
|
limbo_macros = { workspace = true }
|