mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-28 05:24:22 +01:00
12 lines
229 B
TOML
12 lines
229 B
TOML
[package]
|
|
name = "limbo_ext"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
log = "0.4.20"
|
|
limbo_macros = { path = "../../macros" }
|