summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseancarroll <seanc28@gmail.com>2021-01-03 23:06:16 -0600
committerseancarroll <seanc28@gmail.com>2021-01-03 23:06:16 -0600
commit0c8eb45449e578cae1f27e93df3f9cc92ba68219 (patch)
tree66ed7a15a8d774f535ea7a773112dd6fd283721e
parente1cd5efe261f2f4ba986b67409a19b9e392510ed (diff)
downloaddotavious-0c8eb45449e578cae1f27e93df3f9cc92ba68219.zip
include license in Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af16a40..fc817be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,7 @@ 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.1" \ No newline at end of file