munkres-rs/Cargo.toml
Michael Neumann 8a9221d9fd license
2015-10-20 01:25:35 +02:00

11 lines
294 B
TOML

[package]
name = "munkres"
version = "0.0.1"
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"
[dependencies]
bit-vec = "*"