[package] name = "allaudiotags" version = "0.1.0" edition = "2018" authors = ["BubbyRoosh"] license = "ISC" description = "Tiny wrapper with oggvorbismeta and audiotags to simplify morg's code (https://codeberg.org/BubbyRoosh/morg)" repository = "https://codeberg.org/BubbyRoosh/allaudiotags" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] oggvorbismeta = "0.1.0" audiotags = "0.2.7182"