melo 0.1.0

A music notation language and compiler to MIDI.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "melo"
version = "0.1.0"
authors = ["Claire Harris <claire.harris.000@gmail.com>"]
description = "A music notation language and compiler to MIDI."
readme = "README.md"
keywords = ["music", "notation", "language", "midi"]
categories = ["command-line-utilities", "multimedia::audio"]
license = "MIT"
repository = "https://github.com/Pirh/melo"
[dependencies.ansi_term]
version = "~0.10.2"

[dependencies.failure]
version = "~0.1.1"

[dependencies.lazy_static]
version = "~1.0.0"

[dependencies.mktemp]
version = "~0.3.1"

[dependencies.regex]
version = "~0.2.5"

[dependencies.rimd]
version = "~0.0.1"

[dependencies.structopt]
version = "~0.1.6"

[dependencies.structopt-derive]
version = "~0.1.6"
[dev-dependencies.pretty_assertions]
version = "~0.4.1"