adding metadata to Cargo.toml
This commit is contained in:
@@ -1,9 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ansi-parser"
|
name = "ansi-parser"
|
||||||
|
description = "A library using nom for parsing ANSI Escape Codes"
|
||||||
|
homepage = "https://gitlab.com/DavidBittner/ansi-parser"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["David Bittner <bittneradave@gmail.com>"]
|
authors = ["David Bittner <bittneradave@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
license = "GPLv3"
|
||||||
|
license-file = "LICENSE"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nom = "4.2.3"
|
nom = "4.2.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
|
Reference in New Issue
Block a user