summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: ac7d214f66755a40dff0af5c17050a65f20322cc (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.0"
authors = ["Jakob L. Kreuze <jakob@memeware.net>"]

description = "A simple wrapper around the WildMIDI software synthesizer library."
repository = "https://github.com/TsarFox/wildmidi"
license = "LGPL-3.0-or-later"

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

[dependencies]
simple-error = "0.1"