mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
28 lines
515 B
TOML
28 lines
515 B
TOML
# Copyright 2024 the Limbo authors. All rights reserved. MIT license.
|
|
|
|
[package]
|
|
name = "limbo_sqlite3"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[features]
|
|
lfs = []
|
|
|
|
[package.metadata.dist]
|
|
dist = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "staticlib"]
|
|
doc = false
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.27.0"
|
|
|
|
[dependencies]
|
|
env_logger = { version = "0.11.3", default-features = false }
|
|
limbo_core = { path = "../core" }
|
|
log = "0.4.22"
|