diff options
author | seancarroll <seanc28@gmail.com> | 2021-01-03 23:06:16 -0600 |
---|---|---|
committer | seancarroll <seanc28@gmail.com> | 2021-01-03 23:06:16 -0600 |
commit | 0c8eb45449e578cae1f27e93df3f9cc92ba68219 (patch) | |
tree | 66ed7a15a8d774f535ea7a773112dd6fd283721e | |
parent | e1cd5efe261f2f4ba986b67409a19b9e392510ed (diff) | |
download | dotavious-0c8eb45449e578cae1f27e93df3f9cc92ba68219.zip |
include license in Cargo.toml
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |