summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGrissess <grissess@nexusg.org>2021-09-15 20:27:25 -0400
committerGrissess <grissess@nexusg.org>2021-09-15 20:27:25 -0400
commitb5ef93a1d8da6f683a58ba3ed8f3cd648706d303 (patch)
tree88bf30a81be1f4f2a56873849a87ff902c1b3754 /Cargo.toml
parent2b388fe415ddedfdad96bf459204d85a0be7be4a (diff)
Remove JACK, begin IV parsingHEADdev
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"