bundle-lua 0.5.2

Bundle Lua scripts into a single file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["cargo"]
version = "4.1.8"

[dependencies.regex]
version = "1.7.1"

[package]
description = "Bundle Lua scripts into a single file"
edition = "2021"
homepage = "https://github.com/BlockOG/bundle-lua"
license = "MIT"
name = "bundle-lua"
readme = "README.md"
repository = "https://github.com/BlockOG/bundle-lua"
version = "0.5.2"