rquickjs 0.0.1

High level bindings to the quickjs javascript engine
Documentation
[package]
name = "rquickjs"
version = "0.0.1"
authors = ["Mees Delzenne <mees.delzenne@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "High level bindings to the quickjs javascript engine"
repository = "https://github.com/DelSkayn/rquickjs.git"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rquickjs-sys = { version = "0.0.1", path = "./rquickjs-sys/" }
quick-error = "1.2.3"
libc = "0.2.67"
derivative = "1.0.3"

[workspace]
members = [
    "./rquickjs-sys"
]