bundle-lua 0.1.0

Bundle Lua scripts into a single file
1
2
3
4
5
6
7
# Bundle Lua


A crate to bundle lua files together, usage:

```bash
bundle-lua [OUTPUT] [MAIN] [PACKAGES...]
```