Skip to content

Separate CLI component from core library.

The current console leads to some dependencies which are not needed when used in backend or gui. Furthermore, there a issues with wasm builds (rstrum package). Hence separate the console (cli) into a spearate crate. The opossom core will be a pure library crate.