mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
17 lines
267 B
TOML
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" }
|