rebox/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

14 lines
220 B
TOML

[package]
name = "rebox"
version = "0.1.0"
edition = "2024"
[dependencies]
boxutils = { path = "./utils" }
coreutils = { path = "./coreutils" }
shell = { path = "./shell" }
[[bin]]
name = "box"
path = "./src/main.rs"