clean up command line interface

This commit is contained in:
2022-09-21 22:45:06 +02:00
parent 8f33ae0b1e
commit 31c31bdcfb
5 changed files with 141 additions and 101 deletions

View File

@@ -1,12 +1,12 @@
[package]
name = "upkr"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cdivsufsort = "2"
pico-args = "0.4"
lexopt = "0.2.1"
anyhow = "1"
pbr = "1"