rebox/shell/Cargo.toml
user0-07161 182bf45172 feat: add very basic ash shell clone
this supports no scripting at all!
2025-03-21 21:21:48 +01:00

7 lines
109 B
TOML

[package]
name = "shell"
version = "0.1.0"
edition = "2024"
[dependencies]
boxutils = { path = "../utils" }