munkres-rs/Cargo.toml
2015-10-20 23:32:52 +02:00

12 lines
319 B
TOML

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