ableton-rack-converter/Cargo.toml

11 lines
245 B
TOML
Raw Normal View History

2021-07-09 16:09:39 +10:00
[package]
name = "ableton-rack-converter"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-07-09 18:00:10 +10:00
flate2 = "1.0"
quick-xml = "0.22.0"
minidom = "0.13.0"