[package] name = "fdg-example" version = "0.1.0" edition = "2021" [dependencies] nalgebra = { version = "0.32.3", features = ["rand"] } petgraph = { version = "0.6.4", features = [ "stable_graph", ], default-features = false } num-traits = "0.2.17" rand = "0.8.5" rustc-hash = "1.1.0" rayon = { version = "1.8.0", optional = true } macroquad = "0.4.4" petgraph-gen = "0.1.3" fdg = { git = "https://github.com/grantshandy/fdg" } asd = { path = "../../" }