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

[dependencies]
clap = { version = "4.1.8", features = ["cargo"] }
regex = "1.7.1"