midi 0.0.6

Common Midi types for Rust
[package]

name = "midi"
version = "0.0.6"
authors = ["Sam Doshi <sam@metal-fish.co.uk>"]
license = "MIT"
description = "Common Midi types for Rust"
homepage = "https://github.com/samdoshi/midi-rs"
repository = "https://github.com/samdoshi/midi-rs"
documentation = "http://samdoshi.github.io/midi-rs/midi/index.html"
keywords = ["midi", "music", "audio"]

[dependencies]
rand = "*"
rand_macros = "*"

[dev-dependencies.quickcheck]
version = "*"