dukt-sys 0.1.0

raw bindings for duktape
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dukt-sys"
version = "0.1.0"
edition = "2021"
description = "raw bindings for duktape"
license = "MIT"
homepage = "https://github.com/polachok/duktape/"
repository = "https://github.com/polachok/duktape/"
keywords = ["javascript", "js", "duktape", "bindings"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libc = "0.2"

[build-dependencies]
bindgen = "0.59"
cc = "1.0"