ncw-convert 0.1.0

Native Instruments NCW audio file to wav convertor
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "hound"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"

[[package]]
name = "ncw"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518aeaf8a2edadf82c9bec92d5279c98114d422c4747dcccac15b00be08ebfcf"

[[package]]
name = "ncw-convert"
version = "0.1.0"
dependencies = [
 "hound",
 "ncw",
]