edon 0.0.6

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

[dependencies.libloading]
version = "^0.8.0"

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

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