[package] name = "gt-ltq" version = "0.1.1" authors = ["Shogo Takata "] edition = "2018" description = "solve path graph theory problems on an ltq" 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"} gt-directed-bijective-connection-graph = {version = "0.2", path = "../gt-directed-bijective-connection-graph"}