wren 0.1.2

Embed the Wren programming language in your Rust program
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "wren"
version = "0.1.2"
authors = ["Paul Woolcock <paul@woolcock.us>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/pwoolcoc/wren-rs"
homepage = "https://github.com/pwoolcoc/wren-rs"
description = "Embed the Wren programming language in your Rust program"

[dependencies]
wren-sys = "*"
libc = "*"