Daniel Seiller
afae1c08b5
Add A*-Routing with tunable Greedy factor Add Greedy-Routing Add permutation option to find shortest order for systems Update CLI Update README
21 lines
399 B
TOML
21 lines
399 B
TOML
[package]
|
|
name = "ed_lrr"
|
|
version = "0.1.0"
|
|
authors = ["Daniel Seiller <earthnuker@gmail.com>"]
|
|
edition = "2018"
|
|
repository = "https://gitlab.com/Earthnuker/ed_lrr.git"
|
|
license = "WTFPL"
|
|
|
|
[[bin]]
|
|
name = "ed_lrr"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
csv = "1.0.7"
|
|
serde = "1.0.92"
|
|
serde_derive = "1.0.92"
|
|
rstar = "0.4.0"
|
|
humantime = "1.2.0"
|
|
fnv = "1.0.6"
|
|
structopt = "0.2.16"
|
|
permutohedron = "0.2.4"
|