summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 854658a0e82b3e9a09d97fbc86aa7cb051f2e1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "dotavious"
version = "0.1.0"
authors = ["seancarroll"]
description = "A library for generating Graphviz DOT language files for graphs."
edition = "2018"
readme = "README.md"
repository = "https://github.com/doctavious/dotavious"
license = "MIT"

[dependencies]
indexmap = "1.6.2"