parse a TDB2 file

This commit is contained in:
Dustin J. Mitchell 2018-11-09 19:34:55 -05:00
commit d1c09f2561
5 changed files with 874 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "rask"
version = "0.1.0"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
[dependencies]
clap = "2.32"
console = "0.6.2"
indicatif = "0.9.0"