summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5375c8895ed1c3d61b97b1116f583aaf1b43bf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[workspace]
members = [
    "examples/player",
]

[package]
name = "wildmidi"
version = "0.1.1"
authors = ["Jakob L. Kreuze <jakob@memeware.net>"]

description = "A simple wrapper around the WildMIDI software synthesizer library."
repository = "https://git.sr.ht/~jakob/wildmidi"
license = "LGPL-3.0-or-later"

links = "WildMidi"
build = "build.rs"

[dependencies]
simple-error = "0.1"