From 49b2431e843340988b9cbeca72ebfd0dd09a8f77 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Sun, 27 Jun 2021 14:58:32 -0400 Subject: [PATCH] Update ogg_parse Cargo.toml Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com> --- ogg_pager/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogg_pager/Cargo.toml b/ogg_pager/Cargo.toml index bf85acd6..9dadee1f 100644 --- a/ogg_pager/Cargo.toml +++ b/ogg_pager/Cargo.toml @@ -3,8 +3,8 @@ name = "ogg_pager" version = "0.1.3" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"] edition = "2018" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "OGG page reader for use in Lofty" +license = "MIT OR Apache-2.0" [dependencies] byteorder = "1.4.3" \ No newline at end of file