From 4d3bcd52833799d865ee440faeab6ee568cb07f6 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Wed, 25 Sep 2024 09:50:50 +0100 Subject: [PATCH] chore: add crates.io required fileds to Cargo.toml --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6de338..38ce55e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,9 @@ [package] -name = "auto-file-mp4" -version = "0.2.0" +name = "refile-mp4" +version = "0.3.0" edition = "2021" +description = "Refile a directory of m4b files by artist, album (where specified) and title. Used to refile m4b versions of converted aax files for use by Smart Audiobook Player." +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html