ec765d3114
* MIDI 0.2.0 * Update midi-0.2.0.toml * Update midi-0.2.0.toml
19 lines
512 B
TOML
19 lines
512 B
TOML
name = "midi"
|
|
description = "Library to encode and decode MIDI messages"
|
|
version = "0.2.0"
|
|
licenses = "MIT"
|
|
authors = ["Fabien Chouteau"]
|
|
maintainers = ["Fabien Chouteau <fabien.chouteau@gmail.com>"]
|
|
maintainers-logins = ["Fabien-Chouteau"]
|
|
website = "https://github.com/Fabien-Chouteau/MIDI"
|
|
tags = ["midi", "embedded", "nostd"]
|
|
|
|
[[depends-on]]
|
|
hal = "~0.3.0"
|
|
bbqueue = "~0.3.0"
|
|
gnat = ">=11"
|
|
|
|
[origin]
|
|
commit = "6a6306df92ca026119ef193d8837ba9ef9eebfd1"
|
|
url = "git+https://github.com/Fabien-Chouteau/MIDI.git"
|