move cli utility into repository

This commit also adds the `--workspace`` flag to the automated build and test scripts
This commit is contained in:
Henry Schimke
2023-03-01 08:46:49 -06:00
parent 8fc0e1029c
commit edc8e67685
7 changed files with 920 additions and 4 deletions

View File

@@ -65,5 +65,6 @@ otsu_level = ["image"]
[workspace]
members = [
"crates/one-d-proc-derive"
"crates/one-d-proc-derive",
"crates/cli"
]