From a23c87b3c0ed3d84142b707667a8fe6390110b3d Mon Sep 17 00:00:00 2001 From: David Bittner Date: Fri, 26 Apr 2019 22:23:51 -0400 Subject: [PATCH] adding documentation link to the Cargo.toml --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56f3314..1db9543 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,12 +2,13 @@ name = "ansi-parser" description = "A library using nom for parsing ANSI Escape Codes" homepage = "https://gitlab.com/DavidBittner/ansi-parser" -version = "0.2.0" authors = ["David Bittner "] -edition = "2018" +version = "0.2.0" license-file = "LICENSE" +documentation = "https://docs.rs/ansi-parser/" +edition = "2018" [dependencies] nom = "4.2.3" num-traits = "0.2"