adding metadata to Cargo.toml

This commit is contained in:
David Bittner
2019-04-26 22:00:18 -04:00
parent 3ef51ec9e0
commit 33d26e3f3f

View File

@@ -1,9 +1,14 @@
[package]
name = "ansi-parser"
description = "A library using nom for parsing ANSI Escape Codes"
homepage = "https://gitlab.com/DavidBittner/ansi-parser"
version = "0.1.0"
authors = ["David Bittner <bittneradave@gmail.com>"]
edition = "2018"
license = "GPLv3"
license-file = "LICENSE"
[dependencies]
nom = "4.2.3"
num-traits = "0.2"