ruru 0.5.1

Native Ruby extensions in Rust
Documentation
[package]
name = "ruru"
version = "0.5.1"
authors = ["Dmitry Gritsay <unseductable@gmail.com>"]

description = "Native Ruby extensions in Rust"
documentation = "http://d-unseductable.github.io/ruru/ruru/index.html"
homepage = "https://github.com/d-unseductable/ruru"
repository = "https://github.com/d-unseductable/ruru"
readme = "README.md"
keywords = ["ruby", "ruru"]
license = "MIT"

build = "build/build.rs"

[lib]
name = "ruru"
crate-type = ["dylib"]

[dependencies]
libc = "0.1.12"