limbo/bindings/javascript/Cargo.toml
Diego Reis 9f6e242e42 bind/js: Partially implements iterate() method
The API still is sync and isn't variadic
2025-05-18 00:51:23 -03:00

19 lines
456 B
TOML

[package]
name = "limbo_node"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Limbo Rust API"
[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"