tripley-native-node-addon 0.1.1

Node/Electron NAPI bridge for Tripley Native xRPC services
Documentation
[package]
name = "tripley-native-node-addon"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Node/Electron NAPI bridge for Tripley Native xRPC services"

[lib]
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies]
napi.workspace = true
napi-derive.workspace = true
rpc-runtime-errors.workspace = true
rpc-runtime-server.workspace = true
rpc-runtime-transport.workspace = true
tokio.workspace = true
tripley-native-core = { version = "0.1.1", path = "../tripley-native-core" }

[build-dependencies]
napi-build.workspace = true