term 0.1.0

A terminal formatting library
[package]

name = "term"
version = "0.1.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/term"
homepage = "https://github.com/rust-lang/term"
documentation = "http://doc.rust-lang.org/term"
description = """
A terminal formatting library
"""

[dependencies]
log = "0.1.0"