This commit is contained in:
2024-12-07 17:33:39 -05:00
commit b87bb4d85f
7 changed files with 842 additions and 0 deletions

12
Cargo.toml Normal file
View File

@ -0,0 +1,12 @@
[package]
name = "liblambdashell"
version = "0.1.0"
edition = "2021"
[dependencies]
color-print = "0.3.7"
const_format = "0.2.33"
home = "0.5.9"
mlua = { version = "0.10.0", features = ["luau-jit"] }
uzers = "0.12.1"
whoami = "1.5.2"