musicbox 0.3.0

General Musical Framework for working with tonality
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "musicbox"
version = "0.3.0"
authors = ["LifelessRelics <Holozetta@hologramhall.io"]
description = "General Musical Framework for working with tonality"
readme = "README.md"
license = "MIT"
repository = "https://github.com/LifelessRelics/musicbox.git"
resolver = "2"

[[example]]
name = "chord_abstraction"
path = "example/chord_abstraction.rs"

[[example]]
name = "guitar"
path = "example/guitar.rs"

[[example]]
name = "notary"
path = "example/notary.rs"

[[example]]
name = "use_musicbox"
path = "example/use_musicbox.rs"

[dependencies]