From 5592e87f0ed45318cd2df835e1b5e8c40a0c376e Mon Sep 17 00:00:00 2001 From: Ian Hobson Date: Thu, 18 May 2023 11:45:22 +0200 Subject: [PATCH] Update Cargo.toml author list --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d96a1f..177a50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bwavfile" version = "1.1.0" -authors = ["Jamie Hardt "] +authors = ["Jamie Hardt ", "Ian Hobson "] edition = "2018" license = "MIT" description = "Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support"