mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 22:25:31 +00:00
8 lines
170 B
TOML
8 lines
170 B
TOML
[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" |