munkres-rs/Cargo.toml
Michael Neumann 1e3068fc29 Version 0.1.0
2015-12-21 15:48:24 +01:00

12 lines
341 B
TOML

[package]
name = "munkres"
version = "0.1.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"
keywords = ["algorithm", "optimization"]
[dependencies]
fixedbitset = "0.1"