From fab97b4d390a1a755b72d24a3d93eb2085b4f441 Mon Sep 17 00:00:00 2001 From: James Campos Date: Fri, 12 Jun 2020 23:33:13 -0700 Subject: width config --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 97d19d9..d217d4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,10 +11,11 @@ readme = "README.md" repository = "https://github.com/aeosynth/bk" [dependencies] -crossterm = "0.17" -roxmltree = "0.11" +crossterm = "*" +pico-args = "*" +roxmltree = "*" [dependencies.zip] -version = "0.5" +version = "*" default-features = false features = ["deflate"] -- cgit v1.2.3