diff options
author | James Campos <james.r.campos@gmail.com> | 2020-06-14 12:22:10 -0700 |
---|---|---|
committer | James Campos <james.r.campos@gmail.com> | 2020-06-14 12:22:10 -0700 |
commit | 1b8a8b27f7e79d68583e8eef5d15c33f7dd9a955 (patch) | |
tree | 00c9452adf19126331f54db343a8d8a3add12f8e /Cargo.toml | |
parent | fab97b4d390a1a755b72d24a3d93eb2085b4f441 (diff) | |
download | bk-1b8a8b27f7e79d68583e8eef5d15c33f7dd9a955.tar.gz |
pico -> argh
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,8 +11,8 @@ readme = "README.md" repository = "https://github.com/aeosynth/bk" [dependencies] +argh = "*" crossterm = "*" -pico-args = "*" roxmltree = "*" [dependencies.zip] |