[package] name = "gt-graph-path" version = "0.1.7" authors = ["Shogo Takata "] edition = "2018" description = "discribe a path on a graph" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gt-graph = {version = "0.1", path = "../gt-graph"}