mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 08:50:44 +00:00
12 lines
262 B
TOML
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"
|