mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 22:25:31 +00:00
10 lines
186 B
TOML
10 lines
186 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']}
|
|
|
|
[profile.release]
|
|
opt-level = 2 |