basic Lua 5.4 implementation with few example commands
This commit is contained in:
parent
11c2500d9c
commit
7440baa1b2
35 changed files with 2554 additions and 460 deletions
|
|
@ -40,4 +40,8 @@ futures-util = "0.3"
|
|||
fluent = "0.17.0"
|
||||
fluent-bundle = "0.16.0"
|
||||
unic-langid = "0.9"
|
||||
chrono = "0.4"
|
||||
chrono = "0.4"
|
||||
mlua = { version = "0.11.5", features = ["lua54", "vendored", "async", "serde"] }
|
||||
reqwest = { version = "0.13.1", features = ["blocking", "json"] }
|
||||
tempfile = "^3.24"
|
||||
winrt-notification = "0.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue