ableton-rack-converter/Cargo.toml

10 lines
223 B
TOML
Raw Permalink 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"
2021-07-10 12:00:46 +10:00
xml_dom = "0.2.5"