16 lines
338 B
TOML
16 lines
338 B
TOML
[package]
|
|
name = "ansi-parser"
|
|
description = "A library using nom for parsing ANSI Escape Codes"
|
|
homepage = "https://gitlab.com/DavidBittner/ansi-parser"
|
|
authors = ["David Bittner <bittneradave@gmail.com>"]
|
|
|
|
version = "0.2.0"
|
|
license-file = "LICENSE"
|
|
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nom = "4.2.3"
|
|
num-traits = "0.2"
|
|
num-derive = "0.2"
|