mirror of
https://github.com/sajenim/rush.git
synced 2025-06-28 09:54:21 +08:00
8 lines
143 B
TOML
8 lines
143 B
TOML
[package]
|
|
name = "rush"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
shlex = "1.3.0"
|
|
mlua = { version = "0.10.5", features = ["lua54"] }
|