And avoid line breaks within the string

This commit is contained in:
Michael Neumann 2018-02-05 10:13:45 +01:00
parent 5ed0b6b394
commit d52fb6c257

View File

@ -4,8 +4,7 @@ version = "0.4.0"
authors = ["Michael Neumann <mneumann@ntecs.de>"] authors = ["Michael Neumann <mneumann@ntecs.de>"]
license = "BSD-3-Clause" license = "BSD-3-Clause"
repository = "https://github.com/mneumann/munkres-rs" repository = "https://github.com/mneumann/munkres-rs"
description = "Kuhn-Munkres (aka Hungarian) algorithm for solving the description = "Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem in O(n^3)"
Assignment Problem in O(n^3)"
keywords = ["algorithm", "optimization"] keywords = ["algorithm", "optimization"]
include = ["src/*.rs", "Cargo.toml", "LICENSE", "README.md"] include = ["src/*.rs", "Cargo.toml", "LICENSE", "README.md"]