[package]
edition = "2021"
name = "wolf-graph-dot"
version = "0.1.0"
authors = ["Wolf McNally"]
description = "Adds support for generating Graphviz DOT files from wolf-graph graphs."
documentation = "https://docs.rs/wolf-graph-dot"
readme = "README.md"
keywords = [
"graph",
"dot",
"graphviz",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/WolfMcNally/wolf-graph-dot"
[dependencies.wolf-graph]
version = "^0.1.0"
[dev-dependencies.fuid]
version = "^2.0.0"
[dev-dependencies.indoc]
version = "^2.0.5"