summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1719a45..61ac23c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ doc = false
[dependencies]
byteorder = "1.1.0"
rand = "0.3"
-cpal = { version = "0.13", features = [ "jack" ] }
+cpal = "0.13"
unicode-xid = "0.1.0"
-xml-rs = "0.8.0"
-failure = "0.1"
+quick-xml = "0.22.0"
+midly = "0.5.2"