Move the command lines helpers into different crates

This commit is contained in:
Clément Renault 2021-02-14 18:55:15 +01:00
parent d8f3421608
commit fecf3d6fc1
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
11 changed files with 142 additions and 48 deletions

View file

@ -34,3 +34,6 @@ warp = "0.2.2"
log = "0.4.11"
stderrlog = "0.5.0"
fst = "0.4.5"
# Temporary fix for bitvec, remove once fixed. (https://github.com/bitvecto-rs/bitvec/issues/105)
funty = "=1.1.0"