mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01:00
20 lines
371 B
TOML
20 lines
371 B
TOML
[package]
|
|
name = "turso_ext"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "Limbo extensions core"
|
|
|
|
[features]
|
|
vfs = []
|
|
core_only = []
|
|
static = []
|
|
|
|
[dependencies]
|
|
turso_macros = { workspace = true }
|
|
|
|
getrandom = "0.3.1"
|
|
chrono = { workspace = true, default-features = true }
|