Files
bwavfile/Cargo.toml
Jamie Hardt 86e8a26e0a First commit
2020-11-20 10:55:52 -08:00

12 lines
262 B
TOML

[package]
name = "wavfile"
version = "0.1.0"
authors = ["Jamie Hardt <jamiehardt@me.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.3.4"
encoding = "0.2.33"