adding documentation link to the Cargo.toml

This commit is contained in:
David Bittner
2019-04-26 22:23:51 -04:00
parent b40030c7cf
commit a23c87b3c0

View File

@@ -2,12 +2,13 @@
name = "ansi-parser" name = "ansi-parser"
description = "A library using nom for parsing ANSI Escape Codes" description = "A library using nom for parsing ANSI Escape Codes"
homepage = "https://gitlab.com/DavidBittner/ansi-parser" homepage = "https://gitlab.com/DavidBittner/ansi-parser"
version = "0.2.0"
authors = ["David Bittner <bittneradave@gmail.com>"] authors = ["David Bittner <bittneradave@gmail.com>"]
edition = "2018"
version = "0.2.0"
license-file = "LICENSE" license-file = "LICENSE"
documentation = "https://docs.rs/ansi-parser/"
edition = "2018"
[dependencies] [dependencies]
nom = "4.2.3" nom = "4.2.3"
num-traits = "0.2" num-traits = "0.2"