Files
turso/extensions/core/Cargo.toml
2025-01-21 09:36:49 -05:00

17 lines
267 B
TOML

[package]
name = "limbo_ext"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[features]
default = []
static = []
[dependencies]
log = "0.4.20"
limbo_macros = { path = "../../macros" }