This commit is contained in:
Michael Neumann 2015-10-20 01:25:35 +02:00
parent 7c4576f62a
commit 8a9221d9fd

View File

@ -2,7 +2,7 @@
name = "munkres"
version = "0.0.1"
authors = ["Michael Neumann <mneumann@ntecs.de>"]
license = "BSD"
license = "BSD-3-Clause"
repository = "https://github.com/mneumann/munkres-rs"
description = "Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem"