refactor(printing)!: move core::printing to cli #84

This commit is contained in:
Christoph J. Scherr 2024-06-27 21:29:39 +02:00
parent 630c50a64a
commit 57aa7c256a
3 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
pub mod repl;
pub mod printing;
pub use indicatif;
pub use console;

View File

@ -8,5 +8,3 @@
/// macros to make things faster in your code
pub mod macros;
/// some general use printing to stdout tools
pub mod printing;