clean code

This commit is contained in:
Daniel Bauer
2020-03-10 09:44:32 +01:00
parent 5390b089ac
commit b9f6b24b20
5 changed files with 46 additions and 36 deletions

7
Cargo.lock generated
View File

@@ -20,6 +20,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "assert_approx_eq"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c07dab4369547dbe5114677b33fbbf724971019f3818172d59a97a61c774ffd"
[[package]]
name = "atty"
version = "0.2.14"
@@ -355,6 +361,7 @@ name = "wham"
version = "0.9.6"
dependencies = [
"GSL",
"assert_approx_eq",
"clap",
"error-chain",
"rand",