lua-src 547.0.0

Sources of Lua 5.1/5.2/5.3/5.4 and logic to build them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "cc"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"

[[package]]
name = "lua-src"
version = "547.0.0"
dependencies = [
 "cc",
]