generated from PlexSheep/baserepo
idk why this isn't in master yet #94
|
@ -1,4 +1,5 @@
|
|||
pub mod repl;
|
||||
pub mod printing;
|
||||
|
||||
pub use indicatif;
|
||||
pub use console;
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in New Issue