feat: add a very basic command registry

This commit is contained in:
Teesh 2025-03-20 17:07:50 +02:00
parent e7973db1e7
commit e2b7f66435
13 changed files with 130 additions and 2 deletions

View file

@ -4,3 +4,10 @@ version = "0.1.0"
edition = "2024"
[dependencies]
boxutils = { path = "./utils" }
coreutils = { path = "./coreutils" }
[[bin]]
name = "box"
path = "./src/main.rs"