diff options
author | James Campos <james.r.campos@gmail.com> | 2020-06-12 23:33:13 -0700 |
---|---|---|
committer | James Campos <james.r.campos@gmail.com> | 2020-06-12 23:33:13 -0700 |
commit | fab97b4d390a1a755b72d24a3d93eb2085b4f441 (patch) | |
tree | 79ff7a590d6787d749cca8299b0209d2ea4da871 /Cargo.toml | |
parent | 2e3f4993c77b5cd986ca535d22770810701c1ad4 (diff) | |
download | bk-fab97b4d390a1a755b72d24a3d93eb2085b4f441.tar.gz |
width config
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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"] |