alfred 0.2.2

A library for writing Alfred workflows. http://www.alfredapp.com
# alfred-rs

[![Build Status](https://travis-ci.org/kballard/alfred-rs.svg?branch=master)](https://travis-ci.org/kballard/alfred-rs)

Rust library to help with creating [Alfred 2][alfred] [Workflows][].

[alfred]: http://www.alfredapp.com
[Workflows]: http://support.alfredapp.com/workflows

[API Documentation](http://www.rust-ci.org/kballard/alfred-rs/doc/alfred/)

## Installation

Add the following to your `Cargo.toml` file:

```toml
[dependencies]

alfred = "0.2.2"
```

## Version History

#### 0.2.2

Compatibility with the latest Rust nightly.

#### 0.2.1

Compatibility with the latest Rust nightly.

#### 0.2

Switch from `std::old_io` to `std::io`.

#### 0.1.1

Compatibility with the Rust nightly for 2015-02-21.

#### 0.1

Compatibility with the Rust 1.0 Alpha release.