From 0c8eb45449e578cae1f27e93df3f9cc92ba68219 Mon Sep 17 00:00:00 2001 From: seancarroll Date: Sun, 3 Jan 2021 23:06:16 -0600 Subject: include license in Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3