fluent 0.1.0

A localization library designed to unleash the entire expressive power of natural language translations.
Documentation
[package]
name = "fluent"
description = """
A localization library designed to unleash the entire expressive power of
natural language translations.
"""
version = "0.1.0"
authors = [
    "Zibi Braniecki <gandalf@mozilla.com>",
    "Staś Małolepszy <stas@mozilla.com>"
]
homepage = "http://www.projectfluent.io"
license = "Apache-2.0"
repository = "https://github.com/projectfluent/fluent-rs"
readme = "README.md"
keywords = ["localization", "l10n"]
categories = ["localization"]

[dependencies]
getopts = "0.2.15"
ansi_term = "0.10.2"

[dev-dependencies]
glob = "0.2.11"