mirror of
https://gitcode.com/JianFeeeee/LuaCangjia_api.git
synced 2026-09-19 16:42:48 +00:00
20 lines
394 B
TOML
20 lines
394 B
TOML
[package]
|
|
name = "luarunner"
|
|
version = "0.0.1"
|
|
description = "Lite and High performance LuaRunner"
|
|
cjc-version = "1.1.0"
|
|
license = "LGPL-3.0-or-later"
|
|
output-type ="dynamic"
|
|
|
|
[dependencies]
|
|
|
|
[test-dependencies]
|
|
|
|
[ffi.c]
|
|
luacjapi.path = "./lib/build"
|
|
|
|
[scripts]
|
|
pre-build = "cjpm run build.cj pre-build"
|
|
post-build = "cjpm run build.cj post-build"
|
|
pre-clean = "cjpm run build.cj pre-clean"
|