ansi_term 0.2.0

Library for ANSI terminal colours and styles (bold, underline)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "ansi_term"
description = "Library for ANSI terminal colours and styles (bold, underline)"
version = "0.2.0"
authors = [ "ogham@bsago.me" ]
documentation = "http://www.rust-ci.org/ogham/rust-ansi-term/doc/ansi_term/"
readme = "README.md"
license = "MIT"

[lib]

name = "ansi_term"
doctest = false