๐Ÿ“ฆ Voultapher / heritage-pathfind

๐Ÿ“„ Cargo.toml ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13[package]
name = "heritage-pathfind"
version = "0.1.0"
authors = ["Lukas Bergdoll <lukas.bergdoll@gmail.com>"]
edition = "2018"

[dependencies]
csv = "1.0.7"
fxhash = "0.2.1"
petgraph = "0.4.13"
serde = { version = "1.0.90", features = ["derive"] }
structopt = "0.2.15"