sandboxing goes after variables now

This commit is contained in:
2024-12-29 03:09:13 -05:00
parent c08d0a20e2
commit 37662691e2
4 changed files with 112 additions and 180 deletions

View File

@ -4,8 +4,9 @@ version = "0.1.0"
edition = "2021"
[dependencies]
color-print = { version = "0.3.7", features = ["terminfo"] }
color-print = "0.3.7"
const_format = "0.2.33"
crossterm = "0.28.1"
home = "0.5.9"
mlua = { version = "0.10.0", features = ["luau-jit"] }
thiserror = "2.0.9"