Slightly shorten the description

This commit is contained in:
Michael Neumann 2018-02-05 10:12:59 +01:00
parent 812942832b
commit 5ed0b6b394

View File

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