Merge branch 'feat/cli' of https://git.cscherr.de/PlexSheep/pt into feat/cli
cargo devel CI / cargo CI (push) Successful in 2m6s Details

This commit is contained in:
Christoph J. Scherr 2024-06-27 21:30:04 +02:00
commit 198630b35a
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pub mod repl;
pub mod printing;
pub use indicatif;
pub use comfy_table;
pub use console;
pub use dialoguer;
pub use comfy_table;
pub use indicatif;

View File

@ -0,0 +1 @@