[package] name = "gt-bijective_connection_graph" version = "0.1.0" authors = ["Shogo Takata "] edition = "2018" description = "solve bijective connection graph problems." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gt-directed-bijective-connection-graph = {version="0.2",path="../gt-directed-bijective-connection-graph"}