luajit 0.1.1

Rust crate for calling LuaJIT from Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "luajit"
version = "0.1.1"
authors = ["Dreae <dreae@dreae.onl>"]
build = "build.rs"
description = "Rust crate for calling LuaJIT from Rust"
documentation = "https://dreae.gitlab.io/luajit-rs/luajit/"
readme = "README.md"
keywords = ["luajit", "lua"]
license = "MIT"
repository = "https://gitlab.com/Dreae/luajit-rs"
[dependencies.libc]
version = "0.2.32"