chord_mapper 0.1.2

Chord Mapper is a Rust project that provides a command-line utility for parsing chord notations and mapping them to the individual musical notes they consist of.
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.clap]
version = "4.4.7"

[dependencies.pest]
version = "2.6"

[dependencies.pest_derive]
version = "2.6"

[package]
description = "Chord Mapper is a Rust project that provides a command-line utility for parsing chord notations and mapping them to the individual musical notes they consist of. "
edition = "2021"
license = "MIT"
name = "chord_mapper"
readme = "README.md"
version = "0.1.2"