Added very basic file verification

This commit is contained in:
Jamie Hardt
2020-11-22 21:07:16 -08:00
parent a5c55dbcf1
commit bebfa235e6
8 changed files with 836 additions and 802 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "bwavfile"
version = "0.1.1"
version = "0.1.2"
authors = ["Jamie Hardt <jamiehardt@me.com>"]
edition = "2018"
license = "MIT"
@@ -16,4 +16,4 @@ keywords = ["audio", "broadcast", "multimedia","smpte"]
[dependencies]
byteorder = "1.3.4"
encoding = "0.2.33"
serde_json = "1.0.59" # for tests
serde_json = "1.0.59"