libnode_rs 0.0.1

Library embedding Nodejs (libnode) within Rust
Documentation
[dependencies.libffi]
version = "^4.0.0"

[dependencies.libloading]
version = "^0.8.0"

[lib]
name = "libnode_rs"
path = "src/lib.rs"

[package]
authors = ["alshdavid"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library embedding Nodejs (libnode) within Rust"
edition = "2021"
license = "MIT"
name = "libnode_rs"
readme = false
repository = "https://github.com/alshdavid/libnode"
version = "0.0.1"