generated from PlexSheep/baserepo
idk why this isn't in master yet #94
|
@ -21,9 +21,10 @@ anyhow.workspace = true
|
|||
clap = { version = "4.5.7", features = ["derive"] }
|
||||
comfy-table = "7.1.1"
|
||||
console = "0.15.8"
|
||||
dialoguer = "0.11.0"
|
||||
dialoguer = { version = "0.11.0", features = ["completion", "history"] }
|
||||
exitcode = "1.1.2"
|
||||
human-panic = "2.0.0"
|
||||
indicatif = "0.17.8"
|
||||
libpt-log = { workspace = true, optional = true }
|
||||
log = { version = "0.4.21", optional = true }
|
||||
shlex = "1.3.0"
|
||||
|
|
|
@ -9,3 +9,4 @@ pub use dialoguer;
|
|||
pub use exitcode;
|
||||
pub use human_panic;
|
||||
pub use indicatif;
|
||||
pub use shlex;
|
||||
|
|
Reference in New Issue