generated from PlexSheep/baserepo
idk why this isn't in master yet #94
|
@ -22,6 +22,8 @@ clap = { version = "4.5.7", features = ["derive"] }
|
||||||
comfy-table = "7.1.1"
|
comfy-table = "7.1.1"
|
||||||
console = "0.15.8"
|
console = "0.15.8"
|
||||||
dialoguer = "0.11.0"
|
dialoguer = "0.11.0"
|
||||||
|
exitcode = "1.1.2"
|
||||||
|
human-panic = "2.0.0"
|
||||||
indicatif = "0.17.8"
|
indicatif = "0.17.8"
|
||||||
libpt-log = { workspace = true, optional = true }
|
libpt-log = { workspace = true, optional = true }
|
||||||
log = { version = "0.4.21", optional = true }
|
log = { version = "0.4.21", optional = true }
|
||||||
|
|
|
@ -7,3 +7,5 @@ pub use comfy_table;
|
||||||
pub use console;
|
pub use console;
|
||||||
pub use dialoguer;
|
pub use dialoguer;
|
||||||
pub use indicatif;
|
pub use indicatif;
|
||||||
|
pub use exitcode;
|
||||||
|
pub use human_panic;
|
||||||
|
|
Reference in New Issue