[package] name = "print_chords" version = "0.1.4" authors = ["Pieter Penninckx"] edition = "2018" license = "AGPL-3.0" readme = "README.md" description = "A stand-alone jack application that listens to a midi port and prints the chord names." repository = "https://codeberg.org/PieterPenninckx/print_chords" keywords = ["music", "chord", "midi"] categories = ["multimedia::audio"] exclude = [".*"] [dependencies] enum_primitive = "0.1.1" midi-consts = "0.1.0" anyhow = "1.0.72" jack = "0.11.4" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = []