adding metadata to Cargo.toml
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user