14 lines
220 B
TOML
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"
|