mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 14:15:31 +00:00
8 lines
172 B
TOML
8 lines
172 B
TOML
[package]
|
|
name = "wham"
|
|
version = "0.1.0"
|
|
authors = ["D. Bauer <bauer@bio.tu-darmstadt.de>"]
|
|
|
|
[dependencies]
|
|
clap = {version="2.32.0", features=['yaml']}
|
|
scan_fmt = "0.1.3" |