crsh/Cargo.toml
2025-06-30 22:28:27 +08:00

10 lines
182 B
TOML

[package]
name = "crsh"
version = "0.1.0"
edition = "2024"
[dependencies]
shlex = "1.3.0"
mlua = { version = "0.10.5", features = ["lua54"] }
shellexpand = "3.1.1"
whoami = "1.6.0"