mirror of
https://github.com/bytedance/g3.git
synced 2026-05-02 21:50:44 +00:00
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>
20 lines
445 B
TOML
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"]
|