luadata_cli 0.1.13

CLI tool to parse Lua data files and convert to JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "luadata_cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "CLI tool to parse Lua data files and convert to JSON"
include = ["src/**", "Cargo.toml", "LICENSE", "README.md"]

[[bin]]
name = "luadata"
path = "src/main.rs"

[dependencies]
luadata = { version = "0.1.13", path = ".." }
clap = { version = "4", features = ["derive"] }