Initial commit: Mostly working

This commit is contained in:
Andrew Radev
2019-01-26 10:54:44 +08:00
commit de5eae6d0c
5 changed files with 656 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "id3-image"
version = "0.1.0"
authors = ["Andrew Radev <andrey.radev@gmail.com>"]
edition = "2018"
[dependencies]
id3 = "0.2.5"
image = "0.21.0"