chore: add crates.io required fileds to Cargo.toml
This commit is contained in:
parent
5f4115d4ed
commit
4d3bcd5283
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue