g3/g3proxy/utils/lua/Cargo.toml
dependabot[bot] b2ea0a48ba
build(deps): bump mlua from 0.8.8 to 0.8.9 (#50)
Bumps [mlua](https://github.com/khvzak/mlua) from 0.8.8 to 0.8.9.
- [Changelog](https://github.com/khvzak/mlua/blob/v0.8.9/CHANGELOG.md)
- [Commits](https://github.com/khvzak/mlua/compare/v0.8.8...v0.8.9)

---
updated-dependencies:
- dependency-name: mlua
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17 12:58:49 +08:00

20 lines
445 B
TOML

[package]
name = "g3proxy-lua"
version = "0.1.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow.workspace = true
clap.workspace = true
clap_complete.workspace = true
mlua = { version = "0.8.9" }
[features]
default = ["lua54"]
luajit = ["mlua/luajit"]
lua51 = ["mlua/lua51"]
lua53 = ["mlua/lua53"]
lua54 = ["mlua/lua54"]