Rust library to help with creating Alfred 2 Workflows.
Add the following to your Cargo.toml
file:
```toml [dependencies]
alfred = "0.2.0" ```
Switch from std::old_io
to std::io
.
Compatibility with the Rust nightly for 2015-02-21.
Compatibility with the Rust 1.0 Alpha release.