mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
16 lines
247 B
TOML
16 lines
247 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]
|
|
limbo_macros = { workspace = true }
|