Files
ansi-parser/Cargo.toml
2019-04-26 22:27:37 -04:00

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"