[package] name = "morg" version = "0.1.1" authors = ["BubbyRoosh"] edition = "2018" license = "ISC" description = "Tool for organizing music by their metadata." repository = "https://codeberg.org/BubbyRoosh/morg" keywords = ["audio", "organization", "cli"] categories = ["command-line-interface", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rargsxd = "0.2.5" dirs = "4.0.0" allaudiotags = "0.1.0" serde = { version = "1.0.130", features = ["derive"] } toml = "0.5.8"