dtmt/Cargo.toml
Aaron Loucks 18c5d88e65 Cleanup build.rs
Set the following environment variables. The luajit lib name
varies by platform (lua51 on msvc and luajit everywhere else).

- DEP_LUAJIT_INCLUDE
- DEP_LUAJIT_LIB_NAME
2020-01-19 15:15:55 -05:00

17 lines
379 B
TOML

[package]
name = "luajit2-sys"
description = "LuaJIT-2.1 FFI Bindings"
version = "0.0.1"
authors = ["Aaron Loucks <aloucks@cofront.net>"]
edition = "2018"
keywords = ["lua", "luajit", "script"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aloucks/luajit2-sys"
links = "luajit"
[dependencies]
libc = "0.2"
[build-dependencies]
cc = "1.0.40"
fs_extra = "1.1.0"