Compare commits
No commits in common. "d5d72a34692795e63c554c325a3cf4d837d322c7" and "4d3bcd52833799d865ee440faeab6ee568cb07f6" have entirely different histories.
d5d72a3469
...
4d3bcd5283
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "refile-mp4"
|
name = "refile-mp4"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
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."
|
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"
|
license = "MIT"
|
||||||
|
@ -15,4 +15,4 @@ taglib = "1.0.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "1.4"
|
pretty_assertions = "1.4"
|
||||||
rstest = "0.23"
|
rstest = "0.22"
|
||||||
|
|
Loading…
Reference in a new issue