feat: configuarble with lua supports custom aliases

This commit is contained in:
♥ Minnie ♥ 2025-06-09 10:32:29 +08:00
parent cc104f3f42
commit cb8bbbf414
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
5 changed files with 330 additions and 4 deletions

View file

@ -5,3 +5,4 @@ edition = "2024"
[dependencies]
shlex = "1.3.0"
mlua = { version = "0.10.5", features = ["lua54"] }