mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
22 lines
588 B
TOML
22 lines
588 B
TOML
[package]
|
|
name = "turso_sdk_kit"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[lib]
|
|
doc = false
|
|
crate-type = ["lib", "cdylib", "staticlib"]
|
|
|
|
[dependencies]
|
|
env_logger = { workspace = true, default-features = false }
|
|
turso_core = { workspace = true, features = ["conn_raw_api"] }
|
|
turso_sdk_kit_macros = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tracing-appender = { workspace = true }
|
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.69.5"
|