mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 11:34:21 +01:00
20 lines
482 B
TOML
20 lines
482 B
TOML
[package]
|
|
name = "turso_node"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
description = "The Turso database library Node bindings"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
limbo_core = { workspace = true }
|
|
napi = { version = "2.16.17", default-features = false, features = ["napi4"] }
|
|
napi-derive = { version = "2.16.13", default-features = false }
|
|
|
|
[build-dependencies]
|
|
napi-build = "2.2.0"
|