This commit is contained in:
danijoo
2018-10-03 19:07:41 +02:00
commit d190cd07da
21 changed files with 32498 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "wham"
version = "0.1.0"
authors = ["danijoo <danijob88@googlemail.com>"]
[dependencies]
clap = {version="2.32.0", features=['yaml']}
scan_fmt = "0.1.3"