feat: add a very basic command registry
This commit is contained in:
parent
e7973db1e7
commit
e2b7f66435
13 changed files with 130 additions and 2 deletions
|
|
@ -4,3 +4,10 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
boxutils = { path = "./utils" }
|
||||
coreutils = { path = "./coreutils" }
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "box"
|
||||
path = "./src/main.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue